Skip to content

Instantly share code, notes, and snippets.

@jamestalmage
Last active November 25, 2018 13:55
Show Gist options
  • Save jamestalmage/ec8fde5bebf0d55c253f to your computer and use it in GitHub Desktop.
Save jamestalmage/ec8fde5bebf0d55c253f to your computer and use it in GitHub Desktop.
Set up npm.init defaults

copied from iamsim

$ npm config set init.author.name "James Talmage"
$ npm config set init.author.email [email protected]
$ npm config set init.author.url http://iamsim.me/
$ npm config set init.license MIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment