1.0.0 • Published 8 years ago
ghost-bot v1.0.0
ghost-bot
A CLI inspired lambda chat bot and CLI. Built with yargs, yargs-promise, and Claudia.js.
Resources
Setup
Install dependencies via yarn:
yarn installor install dependencies via npm:
npm installRunning locally
To test the command functionality without deploying, run npm link to link this package to your global npm modules. It's very similar to running npm install -g {packagename}. (make sure the )
cd ghost-bot
npm link
ghost --helpFrom slack
Type out /ghost logs or /ghost --help for more info.
Deploying
Create a slack slash command and grab the token - docs
Create the lambda and configure the slash command.
npm run claudia:createDeploying
npm run claudia:updateExample

1.0.0
8 years ago