1.0.0 • Published 6 years ago

pr-approval-emoji v1.0.0

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

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

Installation

$ git clone https://github.com/mewdriller/pr-approval-emoji.git
$ cd pr-approval-emoji
$ npm i -g .

License

MIT