8000 GitHub - OpenSmock/OpenSmock: Workshop and utilities to make applications, specialy user interfaces (UI), in Pharo.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Repository files navigation

Pharo 11 Pharo 12 Pharo 13

License Unit tests

OpenSmock

OpenSmock is a set of tools and workshops designed for building applications in the Pharo development environment, with a particular focus on user interfaces (UI).

Getting Started

Full version installation

To install OpenSmock with all features and dependencies, simply execute the following script in your Pharo image:

Metacello new
   baseline: 'OpenSmock';
   repository: 'github://OpenSmock/OpenSmock:main/src';
   load.

Minimal version (Core) installation

If you prefer to install only the core version of OpenSmock (without additional dependencies), use the following script:

Metacello new
   baseline: 'OpenSmock';
   repository: 'github://OpenSmock/OpenSmock:main/src';
   load: 'Core'.

Minimal version (Core) with Bloc features installation

If you prefer to install only the core version of OpenSmock (without additional dependencies but with Bloc features), use the following script:

Metacello new
   baseline: 'OpenSmock';
   repository: 'github://OpenSmock/OpenSmock:main/src';
   load: 'CoreWithBloc'.

Note: This version is also similar to a Core version when Pharo will integrate Bloc.

Dependencies

Core :

  • No dependencies

Default/Full :

Note: Bloc and Alexandrie will soon be integrated into Pharo, at which point this dependency will be removed.

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0