Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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' ].
~~~