1.0.2 • Published 2 years ago

username-generator-tool v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

username-generator-tool

npm license

Generate unique and crafted usernames with ease. Perfect for creating catchy usernames for social media, gaming, branding, and more with username generator tool.

Features

  • Versatile Patterns: Utilize a variety of username patterns to suit your needs.
  • Custom Styles: Choose from pre-defined styles or customize your own.
  • Optional Parameters: Infuse your username with lucky numbers, prefixes, or suffixes.
  • Ease of Use: Simple function calls to generate your desired username.

Installation

npm install username-generator-tool

Usage

Basic Usage

const {generateUsernames, Styles} = require('username-generator-tool');
const username = generateUsernames('bellamy', Styles.PROFESSIONAL);
console.log(username); //

Using Optional Parameters

const { generateUsernames, Styles } = require('username-generator-tool');

const usernameWithExtras = generateUsernames('bellamy', Styles.NATURE_INSPIRED, {
  luckyNumber: 7,
  prefix: 'TheReal',
  suffix: 'Official'
});
console.log(usernameWithExtras);

Without Specifying a Style

const { generateUsernames, Styles } = require('username-generator-tool');
const usernameWithExtras = generateUsernames('bellamy');
console.log(usernameWithExtras); 

Supported Styles

username-generator-tool offers a variety of styles to cater to different preferences. Here's the list of styles you can use to generate your unique username:

  • Professional: Tailored for a professional appearance.
  • Nature-Inspired: For nature lovers and enthusiasts.
  • Artistic: Crafted for creative souls.
  • Aesthetic: Reflects beauty and appreciation for visuals.
  • Fantasy: Dive into mystical and magical worlds.
  • Crazy: For the wild and eccentric.
  • Cool: Stay stylish and on-trend.
  • Sporty: Perfect for athletes and sports fans.
  • Cute: Exude charm and sweetness.
  • Tech-Inspired: For techies and digital natives.
  • Sci-Fi: Dive into futuristic and space-aged themes.
  • Funny: Showcase your humorous side.
  • Gamer: Level up your gaming identity.

Choose a style that aligns with your persona or let the generator pick one for you for a surprise!

Documentation

For detailed API documentation, examples, and more, please visit our GitHub Wiki.

Official WebSite

For more advanced and cool tools to craft a diamond of a name please visit UsernameGenerator.IO