npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

bruh-randumb

v1.0.1

Published

Random data generator. Names, emails, addresses. Even cursed data mode. fr fr.

Readme

randumb

Random data generator. Names, emails, addresses. Even cursed data mode. fr fr.

Install

npm install -g randumb

Usage

# Generate random name
randumb name
randumb name --count 10
randumb name -n 10

# Generate random email
randumb email
randumb email -n 5

# Generate random address
randumb address

# Generate random phone
randumb phone
randumb phone --format us
randumb phone --format intl

# Generate random number
randumb number --min 1 --max 100
randumb number -n 10 --min 0 --max 999

# Generate random string
randumb string --length 16
randumb string -l 32 --charset alphanumeric

# Generate UUID
randumb uuid
randumb uuid -n 5

# Generate random date
randumb date
randumb date --after 2020-01-01 --before 2024-12-31

# Generate random JSON user
randumb user
randumb user -n 10 --json

# Cursed mode (weird/funny data)
randumb name --cursed
randumb email --cursed
randumb user --cursed

# Output formats
randumb user -n 5 --json
randumb user -n 5 --csv

# Help
randumb --help

Commands

| Command | Description | |---------|-------------| | name | Generate random full name | | email | Generate random email address | | address | Generate random street address | | phone | Generate random phone number | | number | Generate random integer | | string | Generate random string | | uuid | Generate UUID v4 | | date | Generate random date | | user | Generate full user object |

Options

| Option | Description | |--------|-------------| | -n, --count <n> | Generate multiple items | | --cursed | Use cursed/meme data | | --json | Output as JSON array | | --csv | Output as CSV | | --format <format> | Phone format: us, intl | | --min <n> | Min value for number | | --max <n> | Max value for number | | -l, --length <n> | String length | | --charset <type> | alpha, numeric, alphanumeric, hex, special | | --after <date> | Date after YYYY-MM-DD | | --before <date> | Date before YYYY-MM-DD |

Examples

$ randumb name
  Michael Thompson

$ randumb name -n 3
  Jennifer Garcia
  Robert Wilson
  Sarah Davis

$ randumb name --cursed
  Ligma Balls

$ randumb email --cursed
  [email protected]

$ randumb user --cursed
  {
    "name": "Ligma Balls",
    "email": "[email protected]",
    "phone": "+1 (420) 069-1337",
    "address": "69 Nice St, Bruhville, CA 42069"
  }

$ randumb uuid
  550e8400-e29b-41d4-a716-446655440000

$ randumb number --min 1 --max 100
  42

License

MIT


bruh.tools - no cap fr fr