Skip to content

Instantly share code, notes, and snippets.

@gmmorris
Created September 5, 2016 10:18
Show Gist options
  • Save gmmorris/4175e3379b0b043b6a35edda57608afe to your computer and use it in GitHub Desktop.
Save gmmorris/4175e3379b0b043b6a35edda57608afe to your computer and use it in GitHub Desktop.
Set NPM defaults
npm config set init.author.name "Gidi Meir Morris"
npm config set init.author.email [email protected]
npm config set init.author.url http://www.gidi.io
npm config set init.license MIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment