Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moosetechnology/esope
Esope
https://github.com/moosetechnology/esope
moose pharo smalltalk
Last synced: 3 months ago
JSON representation
Esope
- Host: GitHub
- URL: https://github.com/moosetechnology/esope
- Owner: moosetechnology
- License: mit
- Created: 2023-06-05T12:22:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-13T09:11:34.000Z (3 months ago)
- Last Synced: 2024-10-09T13:07:05.082Z (3 months ago)
- Topics: moose, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 594 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Esope
To load:
```St
Metacello new
baseline: 'Esope';
repository: 'github://moosetechnology/Esope';
onConflict: [ :ex | ex allow ];
load.
```