Skip to content

Instantly share code, notes, and snippets.

@aamnah
Created October 18, 2018 10:18
Show Gist options
  • Save aamnah/2cb2662a93472327382c9d5739e707aa to your computer and use it in GitHub Desktop.
Save aamnah/2cb2662a93472327382c9d5739e707aa to your computer and use it in GitHub Desktop.
npm global defaults
# check the entire config
npm config ls -l
# npm config set <key> <value> -g
npm config set init-author-name 'Aamnah' -g
npm config set init-author-url 'https://aamnah.com' -g
npm config set init-author-email '[email protected]' -g
npm config set init-license 'CC BY-SA 4.0' -g
npm config set init-version '0.0.1' -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment