0.3.0 • Published 10 years ago

enpm v0.3.0

Weekly downloads
2
License
MIT
Repository
-
Last release
10 years ago

This is a proof-of-concept for a new way of installing node modules.

Each version of a module is installed into a flat/predictable pattern. Symlinks are then created to link the correct versions between packages.

node-gyp, preinstall, postinstall etc... are not supported, and you must have tar on your machine (see: proof-of-concept) :)

Usage:

Install from a local package.json file:

enpm install

Install a specific package locally

enpm install express
enpm install express@3.4.7
0.3.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago