Releases: edm00se/dino-sprint-namer
Releases · edm00se/dino-sprint-namer
v2.1.2
v2.1.0
v2.0.0
🎉 1.0.0
This project includes two parts in one:
- the API, interfaced through
lib.js
- the CLI tool, used from
cli.js
The API exposes two functions, generateRandom
and generateRandomStartsWith
; the latter takes an argument of a string with a single letter of the starting letter to use for both the adjective and dinosaur name. Both return a string in ${adjective} ${dinosaur}
format.
The CLI tool can be:
- installed globally,
npm i -g dino-sprint-namer
, then used viadino-sprint-namer (a)
- used via
npx
, as such:npx dino-sprint-namer (a)
All CLI usage can be invoked with the optional letter passed as an argument.