Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moosetechnology/esope

Esope
https://github.com/moosetechnology/esope

moose pharo smalltalk

Last synced: 3 months ago
JSON representation

Esope

Awesome Lists containing this project

README

        

# Esope

To load:
```St
Metacello new
baseline: 'Esope';
repository: 'github://moosetechnology/Esope';
onConflict: [ :ex | ex allow ];
load.
```