playlist-check/README.md

11 lines
203 B
Markdown

# playlist-check
Rust tool to help check m3u8 playlists.
## Development
To update `CHANGELOG.md`, we use [cliff](https://git-cliff.org/) with the following
command
```sh
git cliff -o CHANGELOG.md
```