Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@szygi/emoji-cloud

mszygenda19MIT1.0.0

Simple CLI tool to generate emoji cloud in CSV format from stdin

unicode, regex, regexp, regular expressions, code points, symbols, characters, emoji

readme

emoji-cloud

Simple CLI tool that process text input from STDIN and outputs emojis and their occurrences in CSV format.

INSTALLATION

npm install -g @szygi/emoji-cloud

USAGE

cat file_with_emojis.txt | emoji-cloud

eg. Sample output may be:

😂,1200
📷,603
❤️,597
😍,346
➡️,321

This may be later used as an input to keyword cloud of your choice.