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