Skip to content

jbenner-radham/node-changelog-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.