simple command runner based on hubot.
change that script
ENV['HUBOT_SLACK_TOKEN'] = 'test token'
ENV['PORT'] = '9999'
ENV['ROOM_NAME'] = 'test room'
├── README.md
├── bin
│ ├── hubot
│ └── hubot.cmd
├── commands
│ └── echo
├── doc.md
├── package.json
├── runner.rb
└── scripts
└── command_runner.coffee