playlist-check/README.md

12 lines
203 B
Markdown
Raw Permalink Normal View History

2023-09-05 02:56:57 -03:00
# playlist-check
2023-09-19 23:36:45 -03:00
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
```