human-id icon indicating copy to clipboard operation
human-id copied to clipboard

💃🆔 Generates human readable identifier strings by chaning common (short) words of the english language.

Results 3 human-id issues
Sort by recently updated
recently updated
newest added

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.