UNPKG

282 BMarkdownView Raw
1# ezchangelog
2Log changes easily.
3
4## Usage
5
6```bash
7npm i -g ezchangelog
8
9cd repo
10
11# create a new changelog.md file
12ezchangelog
13
14# do some commits
15
16# prepend new changes
17ezchangelog
18
19```
20
21## Options
22
23Use `before`, `after`, `author`, `merges`, `no-merges` as you do with `git log`.