chanlog
v1.0.1
Published
A beautiful tool to make changelog file
Downloads
2
Readme
chanlog
A beautiful javascript tool to change log and generate CHANGELOG.md file
✨ Feature
- fast to generate CHANGELOG.md
🚀 Start
install
npm i -D chanlog # OR yarn add -D chanlog
"scripts": {
"chanlog": "chanlog"
},
npm run chanlog # OR yarn chanlog