Skip to content

Releases: edm00se/dino-sprint-namer

v2.1.2

23 May 15:07
Compare
Choose a tag to compare

2.1.2 (2022-05-23)

Bug Fixes

  • ci: updates ci envs and forced fix update (356a3f4)

v2.1.0

02 May 16:18
81a4a36
Compare
Choose a tag to compare

2.1.0 (2019-05-02)

Features

  • cli: adds update-notifier to cli (79fd638), closes #9

v2.0.0

26 Jan 23:39
1b2c92e
Compare
Choose a tag to compare

2.0.0 (2019-01-26)

Code Refactoring

  • lib: moves exported function names to something more intelligible (3240dc0), closes #7

BREAKING CHANGES

  • lib: referenced lib methods must be updated

🎉 1.0.0

02 Jan 15:26
Compare
Choose a tag to compare

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 via dino-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.