From 5f969824b321a9b53b6168eb824bfe832966d5f8 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 6 Aug 2024 16:46:14 -0500 Subject: Add Badges Signed-off-by: Matt Strapp --- README.md | 11 ++++++++++- docs/.NET.md | 2 ++ docs/C.md | 2 ++ docs/Docker.md | 2 ++ docs/Go.md | 2 ++ docs/Python.md | 2 ++ docs/Rust.md | 2 ++ 7 files changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 567ad95..ca78a23 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Locusts: A universal library +[![C](https://github.com/locusts-r-us/locusts/actions/workflows/c.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/c.yml) +[![Docker](https://github.com/locusts-r-us/locusts/actions/workflows/docker.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/docker.yml) +[![.NET](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml) +[![Go](https://github.com/locusts-r-us/locusts/actions/workflows/go.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/go.yml) +[![Python](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml) +[![Rust](https://github.com/locusts-r-us/locusts/actions/workflows/rust.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/rust.yml) + + + We here at Locusts-R-Us have developed a series of libraries for all sorts of programming languages to introduce locusts in all sorts of codebases. ## FAQ @@ -33,7 +42,7 @@ See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more information. - [Go](./docs/Go.md) - [Rust](./docs/Rust.md) - [Python](./docs/Python.md) -- [C#/F#](./docs/.NET.md) +- [C#/F#](./docs/.NET.md) ### Not a language but diff --git a/docs/.NET.md b/docs/.NET.md index 6148c43..b70fa50 100644 --- a/docs/.NET.md +++ b/docs/.NET.md @@ -1,5 +1,7 @@ # Locusts +[![.NET](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml) + ## Description Locusts is a library that provides a way to introduce locusts into your code. diff --git a/docs/C.md b/docs/C.md index e83ed7b..32a9627 100644 --- a/docs/C.md +++ b/docs/C.md @@ -1,5 +1,7 @@ # liboCusts +[![C](https://github.com/locusts-r-us/locusts/actions/workflows/c.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/c.yml) + ## Description liboCusts is a library that provides a way to introduce locusts into your code. diff --git a/docs/Docker.md b/docs/Docker.md index 4647476..4717997 100644 --- a/docs/Docker.md +++ b/docs/Docker.md @@ -1,5 +1,7 @@ # Locusts +[![Docker](https://github.com/locusts-r-us/locusts/actions/workflows/docker.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/docker.yml) + A docker container containing locusts also exist. If you would like to add locusts to your company's servers, you can use the following command: diff --git a/docs/Go.md b/docs/Go.md index 87813d1..3de9342 100644 --- a/docs/Go.md +++ b/docs/Go.md @@ -1,5 +1,7 @@ # Locusts +[![Go](https://github.com/locusts-r-us/locusts/actions/workflows/go.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/go.yml) + ## Description Locusts is a library that provides a way to introduce locusts into your code. diff --git a/docs/Python.md b/docs/Python.md index 6d01754..3656ac7 100644 --- a/docs/Python.md +++ b/docs/Python.md @@ -1,5 +1,7 @@ # locusts-r-us +[![Python](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml) + ## Description locusts-r-us is a library that provides a way to introduce locusts into your code. diff --git a/docs/Rust.md b/docs/Rust.md index b01a943..709270b 100644 --- a/docs/Rust.md +++ b/docs/Rust.md @@ -1,5 +1,7 @@ # locusts +[![Rust](https://github.com/locusts-r-us/locusts/actions/workflows/rust.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/rust.yml) + ## Description locusts is a library that provides a way to introduce locusts into your code. -- cgit v1.2.3