lib1self-server
v0.1.15
Published
javascript library that wraps the 1self api providing a idiomatic javascript experience
Downloads
8
Readme
lib1self
javascript library that wraps the 1self api providing a idiomatic javascript experience
Installation
npm install lib1self-server --save
Testing
You can run the tests using 'npm test'
Usage
Releasing a new version
- finish making your changes and commit them localling
- 'npm test'
- 'npm version patch'
- git push --follow-tags