Changelog CLI
URL:
Pypi: https://pypi.org/project/changelog-cli/ GitHub: https://github.com/mc706/changelog-cli
Description
A command line interface for managing your CHANGELOG.md
files. Designed to make it easy to manage your repositories release history according to Keep a Changelog.
Technologies:
- Python
- Click (CLI helper)
Demo
Coming Soon
Setup
1 | $ pip install changelog-cli |
Run
In a Project Directory, run:
1 | $ changelog init |
this will create a CHANGELOG.md
if one doesnt already exist.