changelog-init
Creates a keepachangelog.com changelog in the current directory.
Install
$ npm i changelog-init -g
Or use it apart of a larger work flow.
CLI
$ cd project-dir$ changelog-init
changelog-init
won't overwrite existing changelogs unless you tell it to:
$ changelog-init -FForce overwriting existing changelogCHANGELOG.md created at /project/CHANGELOG.md
You can specify a path as well:
$ changelog-unit /path/to/projectCHANGELOG.md created at /path/to/project/CHANGELOG.md
API
var init = var opts = force: false
init
returns and error
and a path
where the CHANGELOG.md was saved.