NPM

Downloading the NPM

Adding r00t to your node package

npm install r00t

Updating the NPM

The only way to update npm is to release a new version, even if you’re just fixing a typo. npm will not allow you to re-publish to the same number.

npm version patch -m "Version %s - add sweet badges"
git push origin master --tags
npm publish