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
| yarn config set init-author-name "Miguel Padrino" | |
| yarn config set init-author-email "me@miguelpadrino.com" | |
| yarn config set init-author-url "https://miguelpadrino.com/" | |
| yarn config set init-version "0.1.0" | |
| yarn config set init-license "MIT" | |
| yarn config set save-exact true |
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 "Miguel Padrino" | |
| npm config set init-author-email "me@miguelpadrino.com" | |
| npm config set init-author-url "https://miguelpadrino.com/" | |
| npm config set init-version "0.1.0" | |
| npm config set init-license "MIT" | |
| npm config set save-exact true |