start a simple Slack slash command server
Includes support for Heroku Button;
$ npm install --global generator-slack-command
$ yo slack-command
? What is the name of your Slack command? (will prepend `slack-`) time
? Please provide a short description for the project: slack command for getting time
? Default username for the incoming WebHook bot: time
? Default emoji for the incoming WebHook bot: :clock:
create readme.md
create license
create package.json
create .editorconfig
create .gitignore
create .jshintrc
create index.js
I'm all done. Running npm install for you to install the required dependencies. If this fails, try running the command yourself.
MIT © Matias Singers