Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moosetechnology/famix-agregator
Famix Aggregator is a decorator for the model importer.
https://github.com/moosetechnology/famix-agregator
moose pharo smalltalk
Last synced: 7 days ago
JSON representation
Famix Aggregator is a decorator for the model importer.
- Host: GitHub
- URL: https://github.com/moosetechnology/famix-agregator
- Owner: moosetechnology
- License: mit
- Created: 2023-05-11T12:23:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T14:09:21.000Z (about 1 year ago)
- Last Synced: 2024-12-18T20:14:54.195Z (7 days ago)
- Topics: moose, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Famix-Agregator
Famix Agregator is a decorator for the model importer.To load this project in a Moose image, execute the following:
```Smalltalk
Metacello new
baseline: 'FamixAgregator';
repository: 'github://moosetechnology/Famix-Agregator:main/src';
load
```