Skip to content

Instantly share code, notes, and snippets.

View mikehathsin's full-sized avatar
🌱
Growing

Miguel Padrino mikehathsin

🌱
Growing
View GitHub Profile
@mikehathsin
mikehathsin / yarn config
Last active July 9, 2021 12:51
Default settings for yarn
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
@mikehathsin
mikehathsin / npm config
Last active July 9, 2021 12:52
Default settings for npm
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