0.1.3 • Published 5 months ago
@elinzy/e-cli v0.1.3
e-cli
Introduction
e-cli
is a command line tool. It includes release, publish and changelog commands, and more new functions will be added in the future.
Installation
npm install -D @elinz/e-cli
or, globals
npm install -g @elinzy/e-cli
Usage
# Just generate changelogs
npx e changelog
Configuration
- 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 |