chanlog
Version:
A beautiful tool to make changelog file
30 lines (20 loc) ⢠418 B
Markdown
# chanlog
> A beautiful javascript tool to change log and generate CHANGELOG.md file
## ⨠Feature
- fast to generate CHANGELOG.md
## š Start
### install
```bash
npm i -D chanlog # OR yarn add -D chanlog
```
```js
"scripts": {
"chanlog": "chanlog"
},
```
```bash
npm run chanlog # OR yarn chanlog
```
<br>
<br>
šš If it is helpful to you, please add <b>āļø<a href="">Star</a></b> Thanks~