generator-ptz
Version:
Yeoman base generator to create polutz modules.
47 lines (33 loc) • 1.26 kB
Markdown
# <%= appname %>
[](https://travis-ci.org/<%= githubAuthorProject %>)
[](https://www.npmjs.com/package/<%= appname %>)
[](http://codecov.io/github/<%= githubAuthorProject %>)
[](https://gemnasium.com/<%= githubAuthorProject %>)
[](https://www.bithound.io/github/<%= githubAuthorProject %>)
[](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
```