Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

OpenSmock is a collection of tools and workshops designed to streamline the development of applications - especially user interfaces (UI) - within the Pharo programming environment.

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 collection of tools and workshops designed to streamline the development of applications - especially user interfaces (UI) - within the Pharo programming environment.

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

OpenSmock is a collection of tools and workshops designed to streamline the development of applications - especially user interfaces (UI) - within the Pharo programming environment.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6