All Projects → sindresorhus → Cat Names

sindresorhus / Cat Names

Licence: mit
🐈 Get popular cat names

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cat Names

Jsonfui
jsonfui is an interactive command-line JSON viewer.
Stars: ✭ 125 (-44.69%)
Mutual labels:  cli-app, cli
Ohshitgit
⁉️Oh shit! A cli tool to help you unfuck your git mistakes
Stars: ✭ 135 (-40.27%)
Mutual labels:  cli-app, cli
Bbrun
Run Bitbucket Pipelines locally
Stars: ✭ 127 (-43.81%)
Mutual labels:  cli-app, cli
Terminal layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
Stars: ✭ 98 (-56.64%)
Mutual labels:  cli-app, cli
Tty
Toolkit for developing sleek command line apps.
Stars: ✭ 2,329 (+930.53%)
Mutual labels:  cli-app, cli
Mal
MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
Stars: ✭ 104 (-53.98%)
Mutual labels:  cli, list
Kosko
Organize Kubernetes manifests in JavaScript.
Stars: ✭ 133 (-41.15%)
Mutual labels:  cli-app, cli
Spider
A small dart library to generate Assets dart code from assets folder.
Stars: ✭ 90 (-60.18%)
Mutual labels:  cli-app, cli
Gcli
🖥 Go CLI application, tool library, running CLI commands, support console color, user interaction, progress display, data formatting display, generate bash/zsh completion add more features. Go的命令行应用,工具库,运行CLI命令,支持命令行色彩,用户交互,进度显示,数据格式化显示,生成bash/zsh命令补全脚本
Stars: ✭ 188 (-16.81%)
Mutual labels:  cli-app, cli
Peep
The CLI text viewer tool that works like less command on small pane within the terminal window.
Stars: ✭ 139 (-38.5%)
Mutual labels:  cli, cat
Cli
A tiny CLI for HedgeDoc
Stars: ✭ 94 (-58.41%)
Mutual labels:  cli-app, cli
Sclack
The best CLI client for Slack, because everything is terrible!
Stars: ✭ 2,363 (+945.58%)
Mutual labels:  cli-app, cli
Awesome Git Addons
😎 A curated list of add-ons that extend/enhance the git CLI.
Stars: ✭ 1,313 (+480.97%)
Mutual labels:  cli, list
Rust Cli Boilerplate
Rust project boilerplate for CLI applications
Stars: ✭ 108 (-52.21%)
Mutual labels:  cli-app, cli
Catj
Displays JSON files in a flat format.
Stars: ✭ 1,301 (+475.66%)
Mutual labels:  cli, cat
Natrium
A pre-build (Swift) script to alter your Xcode project at pre-build-time per environment, build configuration and target.
Stars: ✭ 131 (-42.04%)
Mutual labels:  cli-app, cli
V2gen
A powerful cross-platform CLI client for V2Ray subscription. 跨平台V2Ray命令行订阅管理客户端
Stars: ✭ 82 (-63.72%)
Mutual labels:  cli-app, cli
Forge Node App
🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-60.18%)
Mutual labels:  cli-app, cli
Git Tidy
Tidy up stale git branches.
Stars: ✭ 137 (-39.38%)
Mutual labels:  cli-app, cli
Ahoy
Create self-documenting cli programs from YAML files. Easily wrap bash, grunt, npm, docker, (anything) to standardize your processes and make the lives of the people working on your project better.
Stars: ✭ 201 (-11.06%)
Mutual labels:  cli-app, cli

cat-names

Get popular cat names

The name list is just a JSON file and can be used anywhere.

I'm not accepting PRs for additional names.

Install

$ npm install cat-names

Usage

const catNames = require('cat-names');

catNames.all;
//=> ['Abby', 'Angel', …]

catNames.random();
//=> 'Max'

API

.all

Type: string[]

Top 100 cat names in alphabetical order.

.random()

Type: Function

Random cat name.

CLI

$ npm install --global cat-names
$ cat-names --help

  Examples
    $ cat-names
    Max

    $ cat-names --all
    Abby
    Angel
    …

  Options
    --all  Get all names instead of a random name

Related

License

MIT © Sindre Sorhus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].