1.0.2 • Published 9 years ago

npm-hack-on v1.0.2

Weekly downloads
3
License
BSD
Repository
bitbucket
Last release
9 years ago

npm-hack-on

npm-hack-on is a tiny utility that swaps out a package installed in node_modules with a git clone of its repository, so you can hack on it at will.

Installing

npm install -g npm-hack-on

Usage

This only works for packages that are already installed. From your project directory:

cd ~/my/project
npm-hack-on package-name

The package will be cloned to node_modules/package-name.

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago