0.0.1 • Published 9 years ago

hubot-dotmoji v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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 GOOD JOB

拝承

Contributing

  1. Fork it ( https://github.com/utahta/hubot-dotmoji/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request