git-changelog-parser

1.0.0 • Public • Published

git-changelog-parser

Parse Git ChangeLog.md / History.md to JSON

NPM version build status Test coverage David deps Known Vulnerabilities NPM download

Install

npm i git-changelog-parser --save

Usage

const parse = require('git-changelog-parser');
const result = parse(content);
console.log(result);
 
// [ { version, date, author, content, title, type, start, end }, ...]

Readme

Keywords

none

Package Sidebar

Install

npm i git-changelog-parser

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.46 kB

Total Files

4

Last publish

Collaborators

  • atian25