An open API service indexing awesome lists of open source software.

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

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/