https://github.com/coolya/maintainable-generators
A guide to maintainable generators in JetBrains MPS
https://github.com/coolya/maintainable-generators
best-practices documentation guide jetbrains-mps
Last synced: about 1 year ago
JSON representation
A guide to maintainable generators in JetBrains MPS
- Host: GitHub
- URL: https://github.com/coolya/maintainable-generators
- Owner: coolya
- License: cc-by-sa-4.0
- Created: 2018-04-01T12:40:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T09:31:00.000Z (about 8 years ago)
- Last Synced: 2025-02-15T10:13:40.256Z (over 1 year ago)
- Topics: best-practices, documentation, guide, jetbrains-mps
- Homepage:
- Size: 93.8 KB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maintainable generators
A guide to maintainable generators in JetBrains MPS.
You can view this guide online at:
[https://coolya.github.io/maintainable-generators/](https://coolya.github.io/maintainable-generators/)
## Contributors
- [Kolja Dummann](https://github.com/coolya)
- [Björn Engelmann](https://github.com/bj2015) [*big thank you for documenting your journey into MPS generators and putting it in the common pitfalls section!*]
- [Alexander Rimer](https://github.com/arimer)
- [Joao Silveira](https://github.com/joao-silveira)
## Contributing
The individual documents for each section are located in the `docs` folder. Clone the repo and write in your favourite editor. Or directly in the web browser for instance with https://dillinger.io
## Build the site
- Install `mkdocs` see http://www.mkdocs.org/#installation for details
- Install the Alabaster theme https://github.com/notpushkin/mkdocs-alabaster
- run `mkdocs serve` and pointer your webbrowser to http://127.0.0.1:8000/