0.5.2 • Published 10 years ago

infinite v0.5.2

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Infinite

Copies a node module somewhere in your system into local node_modules/. This is similar to npm link, but instead of symlinking the folder, it duplicates all of the contents.

To install:

npm install infinite -g

To install a module, run the install command with a path the folder. This will copy all the contents into ./node_modules/ and then run npm install on the destination directory.

inf install ~/some_pkg

Infinite can also continuously duplicate files as they change. This will also watch package.json for changes, installing any missing dependencies.

inf watch ~/some_pkg
0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.5

10 years ago

0.3.4

11 years ago

0.3.1

11 years ago

0.2.0

11 years ago

0.1.0

12 years ago