0.0.5 • Published 8 years ago

o-tools-node v0.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

O-Tools for NodeJS repositories Dependency Status

Tools for managing NodeJS repositories according to Originate's guidelines.

Installation

$ npm i --save-dev o-tools-node
  • make sure your $PATH includes ./bin and /node_modules/.bin

  • add these scripts to your bin folder:

  • set up the CI server to automatically publish new releases from the release branch.

Tools

update-check

Checks whether updates to your dependencies are available.

$ update-check

update

Updates all your dependencies to their latest versions.

$ update

publish

To release a new version of your NPM module:

$ publish <patch|minor|major>