Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astares/pharo-scriptmanager
- Owner: astares
- License: mit
- Created: 2020-02-14T00:35:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T00:59:57.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T06:41:50.896Z (3 months ago)
- Topics: pharo
- Language: Smalltalk
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```