easy-changelog
v1.0.2
Published
Simple utility to generate a changelog markdown file from git commits and tags
Downloads
1
Readme
usage
npm i -g easy-changelog
cd /path/to/project
# write to console
easy-changelog
# write to file
easy-changelog --out=changelog.md