princess-names

5.0.2 • Public • Published

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)

Dependents (0)

Package Sidebar

Install

npm i princess-names

Weekly Downloads

1

Version

5.0.2

License

MIT

Unpacked Size

5.64 kB

Total Files

6

Last publish

Collaborators

  • williambelle