Workshops and tools for developing applications, particularly user interfaces (UI), in Pharo.
To install all OpenSmock workshop on your Pharo image you can just execute the following script:
Metacello new
baseline: 'OpenSmock';
repository: 'github://OpenSmock/OpenSmock:main/src';
load.
To install only OpenSmock core packages (no major dependencies) on your Pharo image you can just execute the following script:
Metacello new
baseline: 'OpenSmock';
repository: 'github://OpenSmock/OpenSmock:main/src';
load: 'Core'.
- Pierre Laborde - Initial work - labordep
- Eric Le Pors - Initial work - ELePors
- Brendan Landais - Development - LANDAISB
This project is licensed under the MIT License - see the LICENSE file for details.