Skip to content

Instantly share code, notes, and snippets.

@asci
Created January 22, 2017 19:32
Show Gist options
  • Save asci/ce1d601b11ad7bc70a08fd23e73131bd to your computer and use it in GitHub Desktop.
Save asci/ce1d601b11ad7bc70a08fd23e73131bd to your computer and use it in GitHub Desktop.
Script to init new JS project
touch index.js
echo "node_modules" >> .gitignore
echo ".DS_Store" >> .gitignore
git init .
flow init
curl https://gist.githubusercontent.com/asci/dc5dfe08233b94b4b57a89d566c1233a/raw/0a70dec040024970310174cf94fa8f79ca113483/eslintrc.js >> eslintrc.js
npm init --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment