Package Exports
- @szygi/emoji-cloud
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@szygi/emoji-cloud) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-cloudUSAGE
cat file_with_emojis.txt | emoji-cloudeg. Sample output may be:
😂,1200
📷,603
❤️,597
😍,346
➡️,321This may be later used as an input to keyword cloud of your choice.