Clapmojify

Inject 👏 clap-emoji 👏 into 👏 your 👏 text 👏.

Installation

To install the gem:

$ gem install clapmojify

Usage

At the command-line, type clapmojify <text> or pipe/redirect output:

$ clapmojify fix my text

yields:

fix 👏 my 👏 text 👏

Alternately:

$ clapmojify < input_file.txt

or

$ cat input_file.txt | clapmojify

Contributing

  1. Fork it ( https://github.com/[my-github-username]/clapmojify/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