Easily manage your packages with npm link.
Why?
As for me, i use gulp and some gulp plugins in my project. Every time when i start a new project, i have to install them
again even though i have installed in global. I can use npm link
, but it can't save
packages to package.json. So I make this tool to manage it.
Installation
$ npm install nlt -g
Usage
$ nlt install
Same efficacy as npm install
$ nlt install <package> [--save || --save-dev]
$ nlt uninstall <package> [--save || --save-dev]