Socket
Book a DemoInstallSign in
Socket

dog-names

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dog-names

Get popular dog names

latest
Source
npmnpm
Version
3.0.1
Version published
Weekly downloads
1.7K
100.12%
Maintainers
1
Weekly downloads
 
Created
Source

dog-names

Get popular dog names

The name lists are just JSON files and can be used anywhere.

I'm not accepting PRs for additional names.

Install

npm install dog-names

Usage

import {randomFemaleDogName} from 'dog-names';

randomFemaleDogName();
//=> 'Lucy'

API

dogNames

Type: string[]

Top 200 dog names sorted by popularity.

femaleDogNames

Type: string[]

Top 100 female dog names sorted by popularity.

maleDogNames

Type: string[]

Top 100 male dog names sorted by popularity.

randomDogName()

Type: Function

Get a random dog name.

randomFemaleDogName()

Type: Function

Get a random female dog name.

randomMaleDogName()

Type: Function

Get a random male dog name.

CLI

npm install --global dog-names
$ dog-names --help

  Get popular dog names

  Usage
    $ dog-names

  Options
    --all   Get all the names instead of a random name
    --type  Type of name  [Default: all]  [Values: female, male, all]

  Examples
    $ dog-names
    Lucy
    $ dog-names --all --type male
    Max
    Buddy
    …
  • cat-names - Get popular cat names
  • pokemon - Get Pokémon names
  • superb - Get superb like words
  • superheroes - Get superhero names
  • supervillains - Get supervillain names
  • yes-no-words - Get yes/no like words

Keywords

cli-app

FAQs

Package last updated on 24 Mar 2025

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