histgen

Generate history markdown from commit

Usage no npm install needed!

<script type="module">
  import histgen from 'https://cdn.skypack.dev/histgen';
</script>

README

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.