emoji-picker

Dependencies

You need to have Crystal 0.27 installed to build this project.

Installation

$ git clone https://github.com/willamin/emoji-picker
$ cd emoji-picker
$ shards build --release

# move or link bin/emoji to somewhere in your path

$ emoji smile
# => 😄

Contributing

  1. Fork it ( https://github.com/willamin/emoji-picker/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

Contributors