Last active
March 23, 2017 17:04
-
-
Save leemeichin/d90d0d1d08405fb5d5e2b786a9053bbc to your computer and use it in GitHub Desktop.
init.sh
This file contains 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
mkdir tf-liedetector && cd $_ | |
git init | |
echo "node_modules/" >> .gitignore | |
yarn init | |
yarn add claudia claudia-api-builder request-promise-native request pg lodash.find | |
touch app.js | |
git add . | |
git commit -m "Something something initial commit :emoji:" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment