UNPKG

generator-ptz

Version:

Yeoman base generator to create polutz modules.

47 lines (33 loc) 1.29 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) ## Traduções [pt-br](https://github.com/<%= githubAuthorProject %>/blob/master/README.pt-br.md) [en-us](https://github.com/<%= githubAuthorProject %>/blob/master/README.md) <%= appname %> é um módulo Polutz. ## Como usar ### Instalação ``` npm install --save <%= appname %> ``` ### Como usar ``` import from <%= appname %>; ``` ## Contribuir com o projeto ### NPM Global packages ``` npm install -g ts-node babel-cli ``` ### Instalação ``` npm install ``` ### Teste ``` npm test ```