histgen

0.1.0 • Public • Published

histgen

NPM version Build Status Build Status NPM downloads

Generate history markdown from commit


Install

$ npm install histgen -g

Usage

var History = require('histgen');
new History()
.target('CHANGELOG.md') // default is History.md
.cwd('/path/to/dir') // default is process.cwd()
.gen(1.0.0. function(err) {
  if (err) {
    return console.error(err.message);
  } 
});

Commander

$ histgen 1.0.0

LISENCE

Copyright (c) 2015 popomore. Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i histgen

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • popomore