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.
- Host: GitHub
- URL: https://github.com/jbenner-radham/node-changelog-md
- Owner: jbenner-radham
- License: mit
- Created: 2017-09-25T03:21:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T04:03:09.000Z (over 7 years ago)
- Last Synced: 2025-02-22T20:20:45.923Z (3 months ago)
- Topics: changelog, keepachangelog, markdown, md
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.