Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

jecisc/Famix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Famix

Temporary fork of Moose's Famix

Description

Famix is a meta-modelling framework for software models.

Installation

To install Famix on your Pharo image you can just execute the following script:

    Metacello new
    	githubUser: 'jecisc' project: 'Famix' commitish: 'v4.x.x' path: 'src';
    	baseline: 'Famix';
    	load

To add Famix to your baseline just add this:

    spec
    	baseline: 'Famix'
    	with: [ spec repository: 'github://jecisc/Famix:v2.x.x/src' ]

Note that you can replace the #v2.x.x by a branch as #master or #development or a tag as #v1.0.0, #v1.? or #v1.2.x.

Official repositories

The official version is stored at: https://github.com/moosetechnology/Moose

The old repository comes from: http://smalltalkhub.com/#!/~Moose/Famix