JSPM

@szygi/emoji-cloud

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q21974F
  • License MIT

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

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-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.