https://github.com/opensmock/molecule-incubator
Molecule incubator utils and fonctionnalities.
https://github.com/opensmock/molecule-incubator
Last synced: 3 months ago
JSON representation
Molecule incubator utils and fonctionnalities.
- Host: GitHub
- URL: https://github.com/opensmock/molecule-incubator
- Owner: OpenSmock
- License: mit
- Created: 2023-12-07T18:50:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T09:39:49.000Z (about 2 years ago)
- Last Synced: 2024-05-22T10:32:47.968Z (about 2 years ago)
- Language: Smalltalk
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](./LICENSE)
[](https://github.com/OpenSmock/Molecule-Incubator/actions/workflows/Pharo11CI.yml)
[](https://github.com/OpenSmock/Molecule-Incubator/actions/workflows/Pharo12CI.yml)
# Molecule Incubator
Molecule component framework tools and features incubation project.
Molecule UI tools experimentation zone.
UI Tools are coming in next versions of Molecule.
They are currently in development in incubators packages, are ready to use but may be instable.



## Getting Started
### Installation
To install the project on your Pharo image you can just execute the following script:
```smalltalk
Metacello new
baseline: 'MoleculeIncubator';
repository: 'github://OpenSmock/Molecule-Incubator:main/src';
load.
```
## Dependencies
- [Molecule](https://github.com/OpenSmock/Molecule)
- [Pyramid](https://github.com/OpenSmock/Pyramid)
- [Roassal](https://github.com/pharo-graphics/Roassal)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.