UNPKG

generator-ptz

Version:

Yeoman base generator to create polutz modules.

47 lines (33 loc) 1.26 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) ## Translations [pt-br](https://github.com/<%= githubAuthorProject %>/blob/master/README.pt-br.md) [en-us](https://github.com/<%= githubAuthorProject %>/blob/master/README.md) <%= appname %> is a Polutz module. ## Use ### Install ``` npm install --save <%= appname %> ``` ### How to use ``` import from <%= appname %>; ``` ## Contribute ### NPM Global packages ``` npm install -g ts-node babel-cli ``` ### Setup ``` npm install ``` ### Test ``` npm test ```