Skip to content

Instantly share code, notes, and snippets.

@DanzelWTF
Last active March 6, 2016 20:44
Show Gist options
  • Save DanzelWTF/786728f8bdf24111438f to your computer and use it in GitHub Desktop.
Save DanzelWTF/786728f8bdf24111438f to your computer and use it in GitHub Desktop.
npm Cheat Sheet

Set npm init defaults

$ npm config set init.author.name "Author Name"
$ npm config set init.author.email [email protected]
$ npm config set init.author.url http://somebrokensite.com/
$ npm config set init.license MIT

Commands

npm init npm list [--depth=0]

Lorem ipsum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment