GitXplorerGitXplorer
t

npm3

public
34 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
5b0fcbcdcd9227523991db5f88ee814ffb6c3190

Update travis.yml.

ttimoxley committed 8 years ago
Unverified
2fe7acf5727ff4d362b68d106dabcb15f999836e

Release 1.1.1

ttimoxley committed 8 years ago
Unverified
56c74f1b858f4286820d38135afa85c9b4627702

Update travis node targets.

ttimoxley committed 8 years ago
Unverified
5d0d7ebcb4b1e8c3f796779525de4da8501c0d7b

Add yarn.lock.

ttimoxley committed 8 years ago
Unverified
aad3d34836f94bd46ce13150d8f8a52e581f78df

Lint with standard.

ttimoxley committed 8 years ago
Unverified
06e0d0506e4bf11722e744ee2f25329a09779431

Update dependencies.

ttimoxley committed 8 years ago

README

The README file for this repository.

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