release-codename
Node command-line tools to generate release codenames for software development
Install
npm install -g release-codename
Use
release-codename [options]
Options
- --help show the options
- --nodash show spaces instead of dashes between words
- --words=# specify the number of words in the codename
- --count=# specify the number of codenames to generate
- --alliterative show alliterative codenames
- --letter=b show alliterative codenames starting with a letter (no need to set
--alliterative
when using --letter
)