Skip to content

Instantly share code, notes, and snippets.

@mikehathsin
Last active July 9, 2021 12:52
Show Gist options
  • Save mikehathsin/6a0c8367f46b947ace175dcdb1d0090a to your computer and use it in GitHub Desktop.
Save mikehathsin/6a0c8367f46b947ace175dcdb1d0090a to your computer and use it in GitHub Desktop.
Default settings for npm
npm config set init-author-name "Miguel Padrino"
npm config set init-author-email "me@miguelpadrino.com"
npm config set init-author-url "https://miguelpadrino.com/"
npm config set init-version "0.1.0"
npm config set init-license "MIT"
npm config set save-exact true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment