0.0.1 • Published 9 years ago

runpm v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

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 list

If you want to remove a registered link :

 $ runpm --remove [name]

#License

MIT

0.0.1

9 years ago

1.0.0

9 years ago