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.
- Host: GitHub
- URL: https://github.com/jbenner-radham/node-changelog-md-cli
- Owner: jbenner-radham
- License: mit
- Created: 2017-09-25T04:14:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T20:07:01.000Z (over 6 years ago)
- Last Synced: 2025-02-12T05:43:28.532Z (4 months ago)
- Topics: changelog, cli, keepachangelog, markdown, md
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 2
- 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-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.