https://github.com/jdforsythe/release-codename
Node command-line tools to generate release codenames for software development
https://github.com/jdforsythe/release-codename
codename node node-commandline node-js node-module nodejs release-codenames
Last synced: 9 months ago
JSON representation
Node command-line tools to generate release codenames for software development
- Host: GitHub
- URL: https://github.com/jdforsythe/release-codename
- Owner: jdforsythe
- Created: 2016-06-03T05:43:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T15:10:34.000Z (about 7 years ago)
- Last Synced: 2025-02-13T04:30:30.659Z (11 months ago)
- Topics: codename, node, node-commandline, node-js, node-module, nodejs, release-codenames
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# release-codename
Node command-line tools to generate release codenames for software development
# Install
```sh
npm install -g release-codename
```
# Use
```sh
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`)_