unique-username-generator icon indicating copy to clipboard operation
unique-username-generator copied to clipboard

A package to generate a unique username from email or randomly selected nouns and adjectives. Developer can add a separator between the username, define the maximum length of a username and adds up to...

Results 12 unique-username-generator issues
Sort by recently updated
recently updated
newest added

> The capital option will capitalize each word of the unique username generated According to docs it's mentioned each word will get capitalized, but in use only the first word...

**Add compatibility with Edge Runtime and Improved Performance** Hello, first of all that package is very useful to me, thanks for bringing it to life. In this pull request, I've...

This just adds the ability to essentially not have a `noun` added if you don't want, and makes sure to strip the `separator` if it is trailing. It also opts...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.10 to 7.23.7. Release notes Sourced from @​babel/traverse's releases. v7.23.7 (2023-12-29) :bug: Bug Fix babel-traverse #16191 fix: Crash when removing without Program (@​liuxingbaoyu) babel-helpers, babel-plugin-proposal-decorators #16180 fix:...

dependencies

Multiple changes: * Simplified uniqueUsernameGenerator length and added tests * (BREAKING) Fixed a bug in randomNumber, missing the last stretch (e.g. [91-99]). Simplified randomNumber * Added new styles camelCase and...

Add options for generate a username based an existing name (firstName, lastName) using `generateUsername` options (separator, number of random digits, maximum length) for example: ```ts const result = firstName +...

enhancement

We've been using this package in our product and we've noticed that it can have some bizzare names like `pornographic pervert`, `promiscuous incest`, `sinister suicide`, etc etc etc I think...

with #22 being merged to main, I would have expected a new npm release. Is there an issue with the publish script?

I love this package, great work! I was wondering whether you would be interested in supporting other languages... They could be separated export endpoints, to make their usage pretty indifferent...