Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 504 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 504 Bytes

cli-emoji

Because... reasons.

How to install

git clone git@github.com:wecodeio/cli-emoji.git
cd cli-emoji
./install.sh
source $HOME/.bashrc
emoji shrug

Roadmap

  1. Add more emojis! :)

Contributing

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