0.1.1 • Published 9 years ago

lavish v0.1.1

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

lavish travis build david dm

Better "npm install" using global cache and symlinking.

Lavish downloads a flat package structure then uses symlinking for all dependencies. After you download a package once or twice, it will symlink instantly from there on out. This allows you to download less files and save time installing packages.

Usage

Note: In early stages, may or may not be usable.

Installation

npm install -g lavish

Usage

Using the CLI directly:

lavish <...packages>

Using the CLI shim on npm:

alias npm=lavish-shim
npm install <...packages>

Should be 100% compatible with npm install. Open an issue if you find incompatibility.

Credits

jamen
Jamen Marzonie

License

MIT © Jamen Marzonie