Created
September 29, 2016 12:40
-
-
Save parro-it/1d4ec202f0ff730fcc5dfb498807792d to your computer and use it in GitHub Desktop.
npm init config
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="Andrea Parodi" | |
npm config set init-author-email="[email protected]" | |
npm config set init-license="MIT" | |
npm config set init-version="0.0.0" | |
alias ny='npm init -y' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment