0.0.5 • Published 10 years ago
o-tools-node v0.0.5
O-Tools for NodeJS repositories 
Tools for managing NodeJS repositories according to Originate's guidelines.
Installation
$ npm i --save-dev o-tools-nodemake sure your $PATH includes
./binand/node_modules/.binadd these scripts to your
binfolder:set up the CI server to automatically publish new releases from the
releasebranch.
Tools
update-check
Checks whether updates to your dependencies are available.
$ update-checkupdate
Updates all your dependencies to their latest versions.
$ updatepublish
To release a new version of your NPM module:
$ publish <patch|minor|major>