Created
January 22, 2017 19:32
-
-
Save asci/ce1d601b11ad7bc70a08fd23e73131bd to your computer and use it in GitHub Desktop.
Script to init new JS project
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
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