This package has been deprecated

Author message:

Use built-in mechanisms instead

o-tools-node

0.0.5 • Public • Published

O-Tools for NodeJS repositories Dependency Status

tools to manage NodeJS repositories according to Originate's guidelines.

Installation

  • make sure your $PATH includes ./bin and /node_modules/.bin

  • install this tool

    $ npm i --save-dev o-tools-node
    
  • 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>

Readme

Keywords

none

Package Sidebar

Install

npm i o-tools-node

Weekly Downloads

0

Version

0.0.5

License

ISC

Last publish

Collaborators

  • kevingoslar