0.0.5 • Published 10 years ago

text2emoji v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

text2emoji

Convert text to emoji on the fly.

Install

npm install text2emoji -g

Examples

Convert arbitrary text:

$ text2emoji "electric octopus cat = octocat"
>>> ":zap: :octopus: :cat: = :octocat:"

:zap: :octopus: :cat: = :octocat:

Github commits:

$ text2emoji "Fixes money bug for foreign currencies like pound, euro, and yen." | git commit -F -
>>> [master 5fc0095] Fixes :moneybag: :bug: for foreign currencies like :pound:, :euro:, and :yen:.

master 5fc0095 Fixes :moneybag: :bug: for foreign currencies like :pound:, :euro:, and :yen:

Files:

$ cat normalFile.md > text2emoji > emojiFile.md

Where is this useful?

to name a few...

Contribute! :pray:

Please fork this and add more aliases to map.json :notebook_with_decorative_cover:!

Useful links

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago