human-id
human-id copied to clipboard
💃🆔 Generates human readable identifier strings by chaning common (short) words of the english language.
Add extend support for data set update: ```js const options = { adjectives: ['completely', 'newy'], nouns: (curr) => [...curr, 'two', 'new', 'nouns'], verbs: ['replace', 'verbs', 'with', 'these'], } extend(options) ```
Fixes the example in the README, it does not work as-is. Thanks for the package!
Add `prettier` to make project code is clean.