|
1 | 1 | # Plausible CLI |
2 | 2 |
|
| 3 | +<div align="center"> |
| 4 | + |
| 5 | +[![Crates.io][crate-badge]][crate-url] |
| 6 | +[![Repo][repo-badge]][repo-url] |
| 7 | +[![Docs][docs-badge]][docs-url] |
| 8 | +[![License][license-badge]][license-url] |
| 9 | +[![CI][ci-badge]][ci-url] |
| 10 | +[![Dependencies][deps-badge]][deps-url] |
| 11 | +[![Coverage][coverage-badge]][coverage-url] |
| 12 | + |
| 13 | +</div> |
| 14 | + |
3 | 15 | A Rust-native command-line interface that surfaces the Plausible Analytics APIs |
4 | 16 | with a workflow tailored for humans and automation agents. |
5 | 17 |
|
@@ -155,4 +167,19 @@ cargo test |
155 | 167 |
|
156 | 168 | Issues and PRs are welcome. Please run the commands in the **Testing** section |
157 | 169 | before submitting changes. For new features, add coverage via unit/async tests |
158 | | -and update the documentation when behavior changes.*** End Patch |
| 170 | +and update the documentation when behavior changes. |
| 171 | + |
| 172 | +[crate-badge]: https://img.shields.io/crates/v/plausible-cli.svg?label=crates.io&logo=rust |
| 173 | +[crate-url]: https://crates.io/crates/plausible-cli |
| 174 | +[repo-badge]: https://img.shields.io/badge/github-vicentereig%2Fplausible--cli-181717?logo=github |
| 175 | +[repo-url]: https://github.com/vicentereig/plausible-cli |
| 176 | +[docs-badge]: https://img.shields.io/badge/docs-llms--full.txt-blue?logo=readthedocs |
| 177 | +[docs-url]: https://github.com/vicentereig/plausible-cli/blob/main/docs/llms-full.txt |
| 178 | +[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg |
| 179 | +[license-url]: https://github.com/vicentereig/plausible-cli/blob/main/LICENSE |
| 180 | +[ci-badge]: https://img.shields.io/github/actions/workflow/status/vicentereig/plausible-cli/ci.yml?branch=main&label=CI&logo=github |
| 181 | +[ci-url]: https://github.com/vicentereig/plausible-cli/actions/workflows/ci.yml |
| 182 | +[deps-badge]: https://deps.rs/repo/github/vicentereig/plausible-cli/status.svg |
| 183 | +[deps-url]: https://deps.rs/repo/github/vicentereig/plausible-cli |
| 184 | +[coverage-badge]: https://codecov.io/gh/vicentereig/plausible-cli/branch/main/graph/badge.svg |
| 185 | +[coverage-url]: https://codecov.io/gh/vicentereig/plausible-cli |
0 commit comments