https://github.com/ba-st/stardust
A framework to describe how to create models
https://github.com/ba-st/stardust
architecture pharo smalltalk
Last synced: about 1 year ago
JSON representation
A framework to describe how to create models
- Host: GitHub
- URL: https://github.com/ba-st/stardust
- Owner: ba-st
- License: mit
- Created: 2018-05-12T20:17:06.000Z (about 8 years ago)
- Default Branch: release-candidate
- Last Pushed: 2023-05-25T16:15:13.000Z (about 3 years ago)
- Last Synced: 2025-03-16T09:30:40.993Z (over 1 year ago)
- Topics: architecture, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 215 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Stardust
Stardust is a framework that aims to describe how to create models and build
them; collecting every error found in the way.
[](https://github.com/ba-st/Stardust/actions/workflows/unit-tests.yml/badge.svg)
[](https://codecov.io/gh/ba-st/Stardust/branch/release-candidate)
[](https://github.com/ba-st/Stardust/actions/workflows/loading-groups.yml)
[](https://github.com/ba-st/Stardust/actions/workflows/markdown-lint.yml)
[](https://github.com/ba-st/Stardust/releases/latest)
[](https://pharo.org)
[](https://pharo.org)
[](https://pharo.org)
## Quick links
- [**Explore the docs**](docs/README.md)
- [Report a defect](https://github.com/ba-st/Stardust/issues/new?labels=Type%3A+Defect)
- [Request a feature](https://github.com/ba-st/Stardust/issues/new?labels=Type%3A+Feature)
## License
- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).
## Installation
To load the project in a Pharo image follow these [instructions](docs/how-to/how-to-load-in-pharo.md).
## Contributing
Check the [Contribution Guidelines](CONTRIBUTING.md)