Created
October 18, 2018 10:18
-
-
Save aamnah/2cb2662a93472327382c9d5739e707aa to your computer and use it in GitHub Desktop.
npm global defaults
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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