generator-ptz-graphql
Version:
Yeoman generator to create polutz graphql server.
26 lines (20 loc) • 1.16 kB
Markdown
# generator-ptz-graphql
[](https://travis-ci.org/polutz/generator-ptz-graphql)
[](http://codecov.io/github/polutz/generator-ptz-graphql)
[](https://gemnasium.com/polutz/generator-ptz-graphql)
[](https://www.bithound.io/github/polutz/generator-ptz-graphql)
[](http://opensource.org/licenses/MIT)
Yeoman generator to create polutz domain modules.
## How to contribute
[pt-br](https://github.com/polutz/generator-ptz-graphql/blob/master/docs/contribute.pt-br.md)
[en-us](https://github.com/polutz/generator-ptz-graphql/blob/master/docs/contribute.md)
## Install
You can remove 'yo' if you already have Yeoman them installed
```
npm install -g generator-ptz-graphql yo
```
## Create your graphql project
Go to your project folder and run:
```
yo ptz-graphql
```