UNPKG

generator-ptz-graphql

Version:

Yeoman generator to create polutz graphql server.

34 lines (26 loc) 1.07 kB
# <%= appname %> [![Build Status](https://travis-ci.org/<%= githubAuthorProject %>.svg)](https://travis-ci.org/<%= githubAuthorProject %>) [![NPM](https://img.shields.io/npm/v/<%= appname %>.svg)](https://www.npmjs.com/package/<%= appname %>) [![codecov.io](http://codecov.io/github/<%= githubAuthorProject %>/coverage.svg)](http://codecov.io/github/<%= githubAuthorProject %>) [![Dependency Status](https://gemnasium.com/<%= githubAuthorProject %>.svg)](https://gemnasium.com/<%= githubAuthorProject %>) [![bitHound Score](https://www.bithound.io/github/gotwarlost/istanbul/badges/score.svg)](https://www.bithound.io/github/<%= githubAuthorProject %>) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) <%= appname %> is a Polutz module. ## NPM Global packages ``` npm install ts-node -g npm install typescript-node -g npm install babel-cli -g ``` ## Typings Global Packages ``` typings install dt~mocha --global --save ``` ## Setup ``` npm install ``` ## Test ``` npm test ```