togoshiorg / togoshi-bot

private hubot program
3 stars 2 forks source link

togoshi-bot

CircleCI

a private hubot program

Main Dependencies

Installation

yarn

Contribution

The script file in src/ directory. There are two ways to check script.

1. Unit Testing

Please separate script into functions as much as possible. By doing so you can Unit Test using mocha.

The test file in test/ directory.

yarn test

2. Local web

If you have an .env file, it can be run in Slack.

However, you need the heroku command for that.

heroku local web

Deployment

It's hosted by heroku. go there exactly.