diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-31 14:07:59 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-31 14:07:59 -0500 |
commit | 60f863ed1c82fca71f104fe6dff03ce65b6e576a (patch) | |
tree | ce1b0ec92ebe7ecb85d85a4c5cfb35a14acd55a0 /README.md | |
parent | feat: Vue (#37) (diff) | |
download | locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar.gz locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar.bz2 locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar.lz locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar.xz locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar.zst locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.zip |
docs: a lot of them
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -27,6 +27,7 @@ We here at Locusts-R-Us have developed a series of libraries for all sorts of pr [![Maven Central Version](https://img.shields.io/maven-central/v/io.github.locusts-r-us/locusts?style=for-the-badge&logo=apachemaven&color=%23C71A36)](https://github.com/locusts-r-us/locusts/issues/32) [![NPM Version](https://img.shields.io/npm/v/locusts?style=for-the-badge&logo=npm&label=Base%20NPM&color=%23cb3837)](https://www.npmjs.com/package/locusts) [![Svelte NPM Version](https://img.shields.io/npm/v/%40locusts%2Fsvelte?style=for-the-badge&logo=svelte&label=Svelte%20NPM&color=%23FF3E00)](https://www.npmjs.com/package/@locusts/svelte) +[![Vue NPM Version](https://img.shields.io/npm/v/%40locusts%2Fvue?style=for-the-badge&logo=vuedotjs&label=Vue%20NPM&labelColor=%234FC08D)](https://www.npmjs.com/package/@locusts/vue) [![NuGet Version](https://img.shields.io/nuget/v/locusts?style=for-the-badge&logo=nuget&color=%23004880)](https://www.nuget.org/packages/locusts) [![PyPI Version](https://img.shields.io/pypi/v/locusts-r-us?style=for-the-badge&logo=pypi&label=pypi&color=%233775A9)](https://pypi.org/project/locusts-r-us/) @@ -65,7 +66,7 @@ See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more information. - [Rust](./docs/Rust.md) - [Python](./docs/Python.md) - [C#/F#](./docs/.NET.md) -- [JavaScript/TypeScript](./docs/JavaScript.md) +- [JavaScript/TypeScript (both Node and Deno)](./docs/JavaScript.md) - [BEAM](./docs/BEAM.md) - [JVM](./docs/JVM.md) - [Ruby](./docs/Ruby.md) @@ -73,7 +74,9 @@ See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more information. ### Not a language but still supported - [Docker](./docs/Docker.md) +- [Svelte](./src/packages/svelte/README.md) +- [Vue](./src/packages/vue/README.md) ## License -Every locust library in this repository is licensed under the [BSD 0 Clause License](./LICENSE). +Every library, component, container, etc. in this repository is licensed under the [BSD 0 Clause License](./LICENSE). |