Skip to content

xndlnk/cat-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cat-names

this npm package provides the top 100 most adorable and cute cat names randomly.

cute cat

Install

npm install @pnkbrn/cat-names

API

  • getRandomCatName() returns a random cat name
  • getAllCatNames() returns an array of all the cute cat names

Usage

Library

const catNames = require('@pnkbrn/cat-names')
console.log(catNames.getRandomCatName())

CLI

npx @pnkbrn/cat-names outputs 1 cat name

npx @pnkbrn/cat-names 4 outputs 4 cat names

About

provides random cute cat-names 🐱

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published