1.0.2 • Published 11 years ago
npm-hack-on v1.0.2
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-onUsage
This only works for packages that are already installed. From your project directory:
cd ~/my/project
npm-hack-on package-nameThe package will be cloned to node_modules/package-name.