- default-init-config
Last active
April 2, 2023 13:47
-
-
Save mikoloism/02f7b7ae90be44de00aa0d776ac57483 to your computer and use it in GitHub Desktop.
my-npm-learned
This file contains hidden or 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
npm config set init-author-name "<YOUR_NAME>" | |
npm config set init-author-email "<YOU_EMAIL>" | |
npm config set init-author-url "<YOUR_WEBPAGE_URL>" | |
npm config set init-version "0.0.1" | |
npm config set init-license "MIT" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment