Skip to content

williambelle/princess-names

Repository files navigation

princess-names

Build Status Coverage Status NPM version

Get popular Princess names.

Command Line

Install

Install this globally and you'll have access to the princess-names command anywhere on your system.

npm i princess-names -g

Usage

princess-names
Usage: princess-names [--random] [--all] [-?, --help]

Options:
  --version   Show version number                      [boolean]
  --random    Random princess name
  --all       All princess names
  -?, --help  Show help                                [boolean]

See docs/list.md

API

Install

npm i princess-names

Usage

const princessNames = require('princess-names');

console.log(princessNames.random());
console.log(princessNames.all.join('\n'));

.all

Type: array

Get all Princess names.

.random()

Type: function

Random Princess name.

Contributing

Contributions are always welcome.

See Contributing.

Developer

License

The MIT License (MIT)

About

Get popular Princess names.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors