1.1.0 ā€¢ Published 6 years ago

ch-log v1.1.0

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
6 years ago

Changelog

license npm npm Travis TSLint Gitmoji

šŸ“ Generate changelog from GitHub releases.

Installation

Via NPM:

NPM

npm install --global ch-log

Via Yarn:

yarn global add ch-log

Usage

Generate changelog from GitHub releases.

Usage: changelog [<GitHub repo slug>]

Options:
  --help, -h     Show help                                             [boolean]
  --version, -v  Show version number                                   [boolean]
  --token, -t    GitHub access token                                    [string]

Examples:
  changelog                            Generate changelog from repository in current working directory.
  changelog gluons/vue-github-buttons  Generate changelog from gluons/vue-github-buttons repository on GitHub.

You can also set your GitHub access token by CHANGELOG_GH_TOKEN environment variable.