0.0.1 • Published 10 years ago
runpm v0.0.1
runpm.js is a package manager to reuse node_modules folders.
#Installation
If you have the node package manager, npm, installed:
npm install -g runpm#Getting Started
Register a folder where a specific project directory you want :
/path/to/project1 $ runpm --config [name]Create a link to an other project:
/path/to/project2 $ runpm [name]You can find registered list:
$ runpm listIf you want to remove a registered link :
$ runpm --remove [name]#License
MIT