Yeoman generator for PRogram Synthesis by Examples DSL projects.
Перейти к файлу
Danny Simmons cf4d35ceb9
Update README.md
Add notice at top of the readme that this repo is for an old version of PROSE.
2020-12-10 16:08:40 -08:00
generators/app Upgrade to 2.2.0 2017-05-02 22:00:07 -07:00
.editorconfig Yeoman generator for the default project structure 2017-01-13 18:48:49 -08:00
.gitignore Yeoman generator for the default project structure 2017-01-13 18:48:49 -08:00
LICENSE Yeoman generator for the default project structure 2017-01-13 18:48:49 -08:00
README.md Update README.md 2020-12-10 16:08:40 -08:00
gulpfile.js Yeoman generator for the default project structure 2017-01-13 18:48:49 -08:00
package.json Upgrade to 2.2.0 2017-05-02 22:00:07 -07:00

README.md

This repo is for an old version of PROSE. Please refer to the PROSE team site for the current version of PROSE.

generator-prose

Generator for a Microsoft PROSE domain-specific language, amenable to automatic synthesis.

Installation

First, install Yeoman and generator-prose using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-prose

Then generate your new DSL:

yo prose

License

Generator: MIT © Microsoft PROSE

PROSE framework: Free for non-commercial use

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.