feat(repocard): parse emojis in description (#67)

* feat: add remove_emojis option

Removes emojis in repo card description

* feat: parse emojis

* feat: rename remove_emojis to show_emojis option for consistency

* docs: update docs

Co-authored-by: anuraghazra <hazru.anurag@gmail.com>
This commit is contained in:
Mario Lubenka
2020-07-24 18:56:26 +05:30
committed by GitHub
co-authored by anuraghazra
parent 7973805cf7
commit 3a9ded0a09
4 changed files with 23 additions and 3 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"jest": "^26.1.0"
},
"dependencies": {
"dotenv": "^8.2.0"
"dotenv": "^8.2.0",
"emoji-name-map": "^1.2.8"
},
"husky": {
"hooks": {