0.1.0 • Published 7 years ago

changelog-md v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

changelog-md

A CHANGELOG.md generator library.

Install

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

Usage

'use strict';

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

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

Testing

$ yarn test # Or alternatively: `npm test`

Reference

License

The MIT License (Expat). See the license file for details.