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

https://github.com/fatmatto/easy-changelog

Dead simple changelog generator
https://github.com/fatmatto/easy-changelog

changelog changelog-generator cli

Last synced: about 2 months ago
JSON representation

Dead simple changelog generator

Awesome Lists containing this project

README

        

## usage

```bash
npm i -g easy-changelog

cd /path/to/project

# write to console
easy-changelog

# write to file
easy-changelog --out=changelog.md
```