Last Updated: February 25, 2016
·
11.96K
· finnpauls

Shortcut for installing github repos in npm

Want to install a package from github with npm?

You can use the shortcut

npm install <user>/<repo>

instead of

npm install https://github.com/<user>/<repo>/

Thanks to @brianlovesdata for pointing that out on twitter.