0.1.3 • Published 6 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-clior, globals
npm install -g @elinzy/e-cliUsage
# Just generate changelogs
npx e changelogConfiguration
- 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 |