infinite

0.5.2 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.5.22latest

Version History

VersionDownloads (Last 7 Days)Published
0.5.22
0.5.11
0.5.00
0.4.10
0.4.00
0.3.51
0.3.40
0.3.10
0.2.00
0.1.00

Package Sidebar

Install

npm i infinite

Weekly Downloads

4

Version

0.5.2

License

MIT

Last publish

Collaborators

  • mrgalaxy