ejpm
v1.3.0
Published
Wraps npm v3 so you can run it alongside npm v2, modified to use enjoy's private npm server.
Downloads
3
Maintainers
Readme
ejpm
Wraps the 'next' version of npm v3 with enjoy's private registry (http://npm.test.ricebook.net) as an executable ejpm
.
Allows you to use npm v3 alongside whatever other version of npm
you currently have installed.
Installation & Update
npm install -g ejpm
Remember to run this semi-regularly to get the latest version of npm v3.
Make sure you understand what's changing in npm v3 by reading the excellent Release Notes.
Usage
The ejpm
executable behaves exactly like npm
:
> ejpm -v
3.2.2
> ejpm install
> ejpm search
# etc
See Also
License
MIT