Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moosetechnology/traitsvisualization
https://github.com/moosetechnology/traitsvisualization
pharo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/moosetechnology/traitsvisualization
- Owner: moosetechnology
- Created: 2020-11-20T13:46:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T07:49:13.000Z (8 months ago)
- Last Synced: 2024-04-24T13:50:55.945Z (8 months ago)
- Topics: pharo
- Language: Smalltalk
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FamixTraitsVisualization
Graphical presentations of Famix Traits.
To load this project in a Moose image (Moose 9 to 11):
```smalltalk
[ Metacello new
baseline: 'TraitsVisualization';
repository: 'github://moosetechnology/TraitsVisualization:main/src';
onConflictUseLoaded;
load ]
on: MCMergeOrLoadWarning
do: [ :warning | warning load ]