/pr-approval-emoji

Emoji to use on your GitHub PR approvals.

Primary LanguageJavaScriptMIT LicenseMIT

pr-approval-emoji

Emoji to use on your GitHub PR approvals.

  1. List all emoji available on GitHub
  2. Filter out emoji with negative sentiment
  3. Filter out emoji on the blacklist
  4. Group emoji by the first character of their name
  5. Filter out name-groups that have fewer than 10 members
  6. Determine the ISO-8601 week number
  7. Index into the name-groups using the week number
  8. Sample two random emoji from the name-group
  9. Convert them to their text-input equivalent
  10. Copy the text to the system clipboard

Usage

> pr-approval-emoji
PR Approval Emoji

:rice_cracker: :running_shirt_with_sash:

Copied to clipboard!

Installation

> npm i -g pr-approval-emoji

License

MIT