runpm

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i runpm

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • saebyeok