Skip to content

Instantly share code, notes, and snippets.

@leemeichin
Last active March 23, 2017 17:04
Show Gist options
  • Save leemeichin/d90d0d1d08405fb5d5e2b786a9053bbc to your computer and use it in GitHub Desktop.
Save leemeichin/d90d0d1d08405fb5d5e2b786a9053bbc to your computer and use it in GitHub Desktop.
init.sh
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