diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 16:46:14 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 16:46:14 -0500 |
commit | 5f969824b321a9b53b6168eb824bfe832966d5f8 (patch) | |
tree | fedeb5eae1a6ccd49807d115deca63ab944d42bf /README.md | |
parent | All Good Now (diff) | |
download | locusts-5f969824b321a9b53b6168eb824bfe832966d5f8.tar locusts-5f969824b321a9b53b6168eb824bfe832966d5f8.tar.gz locusts-5f969824b321a9b53b6168eb824bfe832966d5f8.tar.bz2 locusts-5f969824b321a9b53b6168eb824bfe832966d5f8.tar.lz locusts-5f969824b321a9b53b6168eb824bfe832966d5f8.tar.xz locusts-5f969824b321a9b53b6168eb824bfe832966d5f8.tar.zst locusts-5f969824b321a9b53b6168eb824bfe832966d5f8.zip |
Add Badges
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |