Created
March 1, 2017 16:43
-
-
Save leemeichin/bfccf2bf41401c59b3caeec34f8a81c6 to your computer and use it in GitHub Desktop.
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 awesome-sauce && cd $_ | |
export AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=... | |
yarn init | |
yarn add claudia claudia-bot-builder chrono-node request-promise-native | |
touch bot.js | |
yarn run claudia create -- --region us-east-1 --api-module bot | |
yarn run claudia update -- --configure-slack-slash-command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment