0.0.5 • Published 8 years ago
pet-api v0.0.5
Pet Api
Installation
To install this library, run:
$ npm install pet-api --save
Development
To generate all *.js
, *.js.map
and *.d.ts
files:
$ npm run build
To lint all *.ts
files:
$ npm run lint
To change the version e.g.:
$ npm version 0.6.1 :
To release the new version:
$ npm publish ./
Author Commands
In order to publish there has been created an npm generic user.
$ npm adduser
You will be prompt to enter Username, Password and E-mail, where you should use the previously stated information.