Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/astares/pharo-scriptmanager

A simple script manager for Pharo
https://github.com/astares/pharo-scriptmanager

pharo

Last synced: about 1 month ago
JSON representation

A simple script manager for Pharo

Awesome Lists containing this project

README

        

# Pharo-ScriptManager
A simple script manager for Pharo

# Quick Start
## Installation

```Smalltalk
Metacello new
repository: 'github://astares/Pharo-ScriptManager/src';
baseline: 'ScriptManager';
load
```