From d28eb58a4dfda4171b024fb4878d3cae72831cc3 Mon Sep 17 00:00:00 2001 From: mosure Date: Mon, 15 Jan 2024 03:01:19 -0600 Subject: [PATCH] docs: badges --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1d76ce..111ca77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # bevy_args -bevy plugin to parse command line arguments and URL query parameters +[![test](https://github.com/mosure/bevy_args/workflows/test/badge.svg)](https://github.com/Mosure/bevy_args/actions?query=workflow%3Atest) +[![GitHub License](https://img.shields.io/github/license/mosure/bevy_args)](https://raw.githubusercontent.com/mosure/bevy_args/main/LICENSE) +[![GitHub Last Commit](https://img.shields.io/github/last-commit/mosure/bevy_args)](https://github.com/mosure/bevy_args) +[![GitHub Releases](https://img.shields.io/github/v/release/mosure/bevy_args?include_prereleases&sort=semver)](https://github.com/mosure/bevy_args/releases) +[![GitHub Issues](https://img.shields.io/github/issues/mosure/bevy_args)](https://github.com/mosure/bevy_args/issues) +[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/mosure/bevy_args.svg)](http://isitmaintained.com/project/mosure/bevy_args) +[![crates.io](https://img.shields.io/crates/v/bevy_args.svg)](https://crates.io/crates/bevy_args) + +bevy plugin to parse command line arguments and URL query parameters into resources ## command line arguments