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

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

A CLI for the `changelog-md` module.
https://github.com/jbenner-radham/node-changelog-md-cli

changelog cli keepachangelog markdown md

Last synced: 3 months ago
JSON representation

A CLI for the `changelog-md` module.

Awesome Lists containing this project

README

        

changelog-md-cli
================
A CLI for the `changelog-md` module _(better description forthcoming...)_

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

Usage
-----
```sh
$ changelog-md # Writes a base changelog to stdout.
```

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

Reference
---------
- [changelog-md @ npm](https://www.npmjs.com/package/changelog-md)
- [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

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