0.0.2 • Published 3 years ago

@monochromechameleon/clog v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

clog

Consistent changelog edit utility

oclif Version Downloads/week License

Usage

$ npm install -g @monochromechameleon/clog
$ clog COMMAND
running command...
$ clog (-v|--version|version)
@monochromechameleon/clog/0.0.2 darwin-x64 node-v16.8.0
$ clog --help [COMMAND]
USAGE
  $ clog COMMAND
...

Commands

clog

Note unreleased changes in your changelog file

USAGE
  $ clog

See code: src/commands/index.js

clog add

Note unreleased additions in your changelog file

USAGE
  $ clog add

See code: src/commands/add.js

clog change

Note unreleased changes in your changelog file

USAGE
  $ clog change

See code: src/commands/change.js

clog help [COMMAND]

display help for clog

USAGE
  $ clog help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

clog init

Create a new changelog file

USAGE
  $ clog init

See code: src/commands/init.js

clog reformat

Reformat the changelog

USAGE
  $ clog reformat

See code: src/commands/reformat.js

clog release SEMVER

Update the changelog file to include all unreleased changes in a new release

USAGE
  $ clog release SEMVER

ARGUMENTS
  SEMVER  (major|minor|patch) the semver level to increment the release by

See code: src/commands/release.js

clog remove

Note unreleased removals in your changelog file

USAGE
  $ clog remove

See code: src/commands/remove.js