#node-rank
A command line tool to check if you have missed any Node.js update, by ranking your Node version installed on your computer
##Installation
`npm install node-rank -g`<br />
<br />
If it fails to install due to permission issue add `sudo`<br />
`sudo npm install node-rank -g`<br />
##Usage
`node-rank`


