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