Skip to content

Instantly share code, notes, and snippets.

@bnb
Last active August 18, 2023 17:13
Show Gist options
  • Save bnb/c27736cdbdef4c1fb552e6dc2581c423 to your computer and use it in GitHub Desktop.
Save bnb/c27736cdbdef4c1fb552e6dc2581c423 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