Skip to content

sobriquet is a name generator built in Javascript and based on Markov Chains

Notifications You must be signed in to change notification settings

KevinBacas/sobriquet

Repository files navigation

sobriquet

sobriquet is a name generator built in Javascript and based on Markov Chains.

Circle CI npm version codecov

Installation NPM

npm i -g sobriquet

Usage

$ sobriquet swaggy some words -n 1
Random word(s) generated:
dsome

Help documentation

$ sobriquet -h

Options

  --words string[]      List of words injected to the Markov chain
  -n, --number number   Number of words you want to generate       
  -s, --start string    The starting letter                        
  -h, --help            Display the usage of the CLI               

Tests

Tests are run with Jest from Facebook

npm test

About

sobriquet is a name generator built in Javascript and based on Markov Chains

Resources

Stars

Watchers

Forks

Packages

No packages published