e-cli
is a command line tool. It includes release, publish and changelog commands, and more new functions will be added in the future.
npm install -D @elinz/e-cli
or, globals
npm install -g @elinzy/e-cli
# Just generate changelogs
npx e changelog
- changelog
Name | Arguments | Type | Default | Description |
---|---|---|---|---|
file | -f --file | string | CHANGELOG.md |
Specify changelog filename |
releaseCount | -n --releaseCount | number | 0 |
Release count |
preset | -p --preset | string | angular |
Specify changelog preset. Example: angular, atom, codemirror, conventionalcommits
|