Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliendelplanque/spoonfrontend
A front end for spoon in pharo.
https://github.com/juliendelplanque/spoonfrontend
Last synced: 16 days ago
JSON representation
A front end for spoon in pharo.
- Host: GitHub
- URL: https://github.com/juliendelplanque/spoonfrontend
- Owner: juliendelplanque
- License: mit
- Created: 2014-10-06T07:32:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T15:31:37.000Z (about 10 years ago)
- Last Synced: 2024-12-17T04:16:10.629Z (18 days ago)
- Language: Smalltalk
- Size: 219 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spoon Frontend
=============A front end for spoon in pharo.
Install:
~~~
Metacello new
baseline: 'Spoon';
repository: 'github://juliendelplanque/spoonfrontend/repository';
load.
~~~Add Spoon as a dependency of your project by adding the following to your metacello config:
~~~
spec baseline: 'Spoon' with: [
spec repository: 'github://juliendelplanque/spoonfrontend/repository' ].
~~~