releasetools
v0.4.1
Published
A set of functions to deal with package releases in Node.js
Downloads
69
Readme
Node Release Tools
What is this all about?
Node Release Tools is a simple NPM package which makes it really easy automate releases of your Node.js libraries
Installation
Just install it via NPM:
$ npm install releasetools
Usage
The easiest way to use it is by requiring it in your build script. You can see an example of usage in this package's Jakefile file.
Tests
You just have to checkout this package from GitHub, install development dependencies and execute the tests:
$ git checkout https://github.com/rafeca/node-releasetools.git
$ npm install --dev
$ npm test