Build status 🍣
Incoming Sushiyuki
Add hubot-sushiyuki
to your package.json, run npm install
and add hubot-sushiyuki to external-scripts.json
.
Add hubot-sushiyuki to your package.json
dependencies.
"dependencies": {
"hubot-sushiyuki": "0.0.2"
}
Add hubot-sushiyuki
to external-scripts.json
.
> cat external-scripts.json
> ["hubot-sushiyuki"]
You can configure default emotion.
> export HUBOT_SUSHIYUKI_DEFAULT_EMOTION="wat"
Also can set random.
> export HUBOT_SUSHIYUKI_DEFAULT_EMOTION="random"
hubot sushi me <emotion>
hubot sushi list
: list up emotions
- fork it ( https://github.com/naoya/hubot-sushiyuki/fork )
- create your feature branch (
git checkout -b my-new-feature
) - commit your changes (
git commit -am 'Add some feature'
) - push to the branch (
git push origin my-new-feature
) - create new pull request