A simple command line interface for getting RPG character names from genr8rs.com.
$ npm install rpg-names -g
$ rpg-names [options]
$ rpg-names -V
$ rpg-names --version
Output the version number
$ rpg-names -q [number]
$ rpg-names --quantity=[number]
The number of names to get, defaults to 10
$ rpg-names -o [file]
$ rpg-names --output=[file]
The file to output names to, defaults to names.txt
$ rpg-names -g [genre]
$ rpg-names --genre=[genre]
Either fantasy
or scifi
, defaults to fantasy
$ rpg-names -r [race]
$ rpg-names --race=[race]
Which race e.g. human
, defaults to any
. Only applies to fantasy
genre. Must be one of:
any
dragonborn
dwarf
elf
gnome
half_elf
half_orc
halfling
human
tiefling
$ rpg-names -G [gender]
$ rpg-names --gender=[gender]
Either male or female, defaults to female
$ rpg-names -f
$ rpg-names --first-name-only
Just get first names and omit second names, defaults to false
$ rpg-names -h
$ rpg-names --help
Output usage information