0.1.0 • Published 9 years ago

histgen v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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.

0.1.0

9 years ago