npm3
v1.1.1
Published
Wraps npm v3 so you can run it alongside npm v2
Downloads
568
Maintainers
Readme
npm3
Wraps the 'next' version of npm v3 as an executable npm3
.
Allows you to use npm v3 alongside whatever other version of npm
you currently have installed.
Installation & Update
npm install -g npm3
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 npm3
executable behaves exactly like npm
:
> npm3 -v
3.2.2
> npm3 install
> npm3 search
# etc
See Also
License
MIT