hubot-dotmoji
v0.0.1
Published
Display the message using emoji
Downloads
2
Readme
hubot-dotmoji
Display the message using emoji.
Using misaki font
Installation
$ npm install hubot-dotmoji
Using
> hubot moji TEST
> hubot mojif TEST :hoge:
> hubot mojifb TEST :foo: :bar:
> hubot mj TEST # using alias (:dmjf: :dmjb:)
Recommend
If message is separated, it recommend add emoji short alias.
:black_large_square: -> :dmjf:
:white_large_square: -> :dmjb:
Demo
in slack
Contributing
- Fork it ( https://github.com/utahta/hubot-dotmoji/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 a new Pull Request