2.0.1 • Published 8 months ago

awesome-release-name-generator v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

awesome release name generator

This returns an awesome release name like:

creepy-badger
sleepy-waterfall-nbu5mh2w7l
Happy_Abstract_Aardvark_nbu5mh2w7l

Inputs

delimiter

the delimiter that is used between words. Default "-".

length

The number of words for the release name. Default 2.

appendText

Add a custom text at the end of the string (but before token if useToken = true). Default .

useToken

If you want a guarante that your release name is always unique, then you can append a token to the end of the name. Default false.

capitalize

Capitalize each word in the release name. Default false.

Outputs

release-name

Your awesome release name

Example usage

import releaseNameGenerator from "awesome-release-name-generator";

const result = releaseNameGenerator(); // using default values

or

const result = releaseNameGenerator('-', 2, true, true); // setting specific values
2.0.1

8 months ago

2.0.0

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago