Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moosetechnology/famix-executionflow
https://github.com/moosetechnology/famix-executionflow
callgraph dynamic meta-model moose pharo smalltalk
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/moosetechnology/famix-executionflow
- Owner: moosetechnology
- License: mit
- Created: 2023-12-05T16:50:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T14:30:03.000Z (11 months ago)
- Last Synced: 2024-10-15T07:44:09.957Z (2 months ago)
- Topics: callgraph, dynamic, meta-model, moose, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Famix-ExecutionFlow
## Installation
```st
Metacello new
githubUser: 'moosetechnology' project: 'Famix-ExecutionFlow' commitish: 'main' path: 'src';
baseline: 'FamixExecutionFlow';
onConflictUseIncoming;
load
```