0.1.2 • Published 8 years ago

nlt v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

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]
0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago