New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

username-generator-tool

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

username-generator-tool

use username generator package to generate very unique and crafted usernames.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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

Keywords

username generator

FAQs

Package last updated on 15 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts