1.5.2 • Published 10 months ago

@dofy/emojidb v1.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Emoji Database

Generate Emoji data in multiple formats

How to use:

npm install -g @dofy/emojidb
# or
yarn global add @dofy/emojidb

# run
emojidb -t json -f yahaha

# help
emojidb --help

Extend:

  • Copy any dfXXX.ts under the lib/formators folder
  • Modify the content in the output method, process the content of data to return the required format
  • Register this Formator in lib/Formator.ts
    • Import the file import dfXXX from './formators/dfXXX'
    • Add the new format to the types array
  • The help content and format support will be completed automatically

Tips:

Refer to the data structure ./templates/template.json file

Appendix:

1.5.2

10 months ago

1.5.1

10 months ago

1.5.0

10 months ago

1.4.6

2 years ago

1.4.4

2 years ago

1.4.2

2 years ago

1.4.0

2 years ago

1.4.9

2 years ago

1.4.8

2 years ago

1.3.5

2 years ago

1.3.3

2 years ago

1.3.1

2 years ago

1.2.5

3 years ago

1.2.4

4 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago