npm.io
0.2.1 • Published 1 year agoCLI

@glog/cli

Licence
MIT
Version
0.2.1
Deps
5
Size
53 kB
Vulns
0
Weekly
0

g l o g

npm pipeline status coverage report


Create beautiful* merge requests & changelogs from your git commits

* beauty in the eye of the beholder. your mileage may vary.


Installation

npm i -g @glog/cli
yarn global add @glog/cli

Usage

glog [options]

Options:
  -s, --source   Branch to log commits from.
                                          [string] [default: "<current branch>"]
  -t, --target   Log commits which exist in `source`, but not in `target`
                                                   [string] [default: "develop"]
  -a, --all      Log all commits in `source`.
                 Incompatible with --target           [boolean] [default: false]
  -h, --help     Show this help message                                [boolean]
  -v, --version  Show version number                                   [boolean]