This package has been deprecated

Author message:

No longer maintained.

changelog-init

1.0.1 • Public • Published

changelog-init

NPM

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 -F
Force overwriting existing changelog
CHANGELOG.md created at /project/CHANGELOG.md

You can specify a path as well:

$ changelog-unit /path/to/project
CHANGELOG.md created at /path/to/project/CHANGELOG.md

API

var init = require('changelog-init')
var opts = {force: false}
init('path/to/changelog', opts, function(err, path) {
  // Stuff
})

init returns and error and a path where the CHANGELOG.md was saved.

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i changelog-init

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • bret
  • noffle
  • ungoldman