# generator-prose
> Generator for a Microsoft PROSE domain-specific language, amenable to automatic synthesis.

## Installation

First, install [Yeoman](http://yeoman.io) and `generator-prose` using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-prose
```

Then generate your new DSL:

```bash
yo prose
```

## License

**Generator:** MIT © [Microsoft PROSE](https://microsoft.github.io/prose)

**PROSE framework:** [Free for non-commercial use](https://prose-playground.cloudapp.net/data/SDKLicense.pdf)

## Code of Conduct

This project has adopted the [Microsoft Open Source Code of
Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct
FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com)
with any additional questions or comments.