An open API service indexing awesome lists of open source software.

https://github.com/jbenner-radham/node-changelog-md

A `CHANGELOG.md` generator library.
https://github.com/jbenner-radham/node-changelog-md

changelog keepachangelog markdown md

Last synced: 3 months ago
JSON representation

A `CHANGELOG.md` generator library.

Awesome Lists containing this project

README

        

changelog-md
============
A `CHANGELOG.md` generator library.

Install
-------
```sh
$ yarn add changelog-md # Or alternatively: `npm install --save changelog-md`
```

Usage
-----
```js
'use strict';

const changelog = require('changelog-md');

changelog(); // Returns a string representation of a changelog.
```

Testing
-------
```sh
$ yarn test # Or alternatively: `npm test`
```

Reference
---------
- [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

License
-------
The MIT License (Expat). See the [license file](LICENSE) for details.