Skip to content

Workshop and utilities to make applications, specialy user interfaces (UI), in Pharo.

License

Notifications You must be signed in to change notification settings

OpenSmock/OpenSmock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Pharo 11 CI Pharo 12 CI Pharo 13 CI

OpenSmock

Workshops and tools for developing applications, particularly user interfaces (UI), in Pharo.

Getting Started

Installing OpenSmock

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

Dependencies

Credits

  • Pierre Laborde - Initial work - labordep
  • Eric Le Pors - Initial work - ELePors
  • Brendan Landais - Development - LANDAISB

License

This project is licensed under the MIT License - see the LICENSE file for details.