Skip to content

Instantly share code, notes, and snippets.

@mikehathsin
Last active July 9, 2021 12:51
Show Gist options
  • Save mikehathsin/ae7e0dff0e99267655db56c259de84dd to your computer and use it in GitHub Desktop.
Save mikehathsin/ae7e0dff0e99267655db56c259de84dd to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment