Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save everget/c7949bc80998c5bf0e25590387afe1ec to your computer and use it in GitHub Desktop.
Save everget/c7949bc80998c5bf0e25590387afe1ec to your computer and use it in GitHub Desktop.

defaults:

  • npm config set init-author-name ""
  • npm config set init-author-url ""
  • npm config set init-author-email ""
  • npm config set init-license "ISC"
  • npm config set init-version "1.0.0"

custom (example)

  • npm config set init-author-name "Tierney Cyren"
  • npm config set init-author-url "https://bnb.im"
  • npm config set init-author-email "hello@bnb.im"
  • npm config set init-license "MIT"
  • npm config set init-version "0.0.1"

reset:

npm config set init-author-email "" && npm config set init-author-url "" && npm config set init-author-name "" && npm config set init-license "ISC" && npm config set init-version "1.0.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment