blob: e3a37bbddba1c890a8d03ada7400ec167c52eeab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
# Locusts: A universal library
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.
## CI
[>)](https://github.com/locusts-r-us/locusts/actions/workflows/beam.yml)
[](https://github.com/locusts-r-us/locusts/actions/workflows/c.yml)
[](https://github.com/locusts-r-us/locusts/actions/workflows/deno.yml)
[](https://github.com/locusts-r-us/locusts/actions/workflows/docker.yml)
[](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml)
[>)](https://github.com/locusts-r-us/locusts/actions/workflows/jvm.yml)
[](https://github.com/locusts-r-us/locusts/actions/workflows/go.yml)
[](https://github.com/locusts-r-us/locusts/actions/workflows/node.yml)
[](https://github.com/locusts-r-us/locusts/actions/workflows/python.yml)
[](https://github.com/locusts-r-us/locusts/actions/workflows/ruby.yml)
[](https://github.com/locusts-r-us/locusts/actions/workflows/rust.yml)
## Packages
[](https://crates.io/crates/locusts)
[](https://rubygems.org/gems/locusts)
[](https://hub.docker.com/r/rosstheross/locusts)
[](https://pkg.go.dev/github.com/locusts-r-us/locusts)
[](https://hex.pm/packages/locusts)
[](https://jsr.io/@locusts-r-us/locusts)
[](https://github.com/locusts-r-us/locusts/issues/32)
[](https://www.npmjs.com/package/locusts)
[](https://www.npmjs.com/package/@locusts/react)
[](https://www.npmjs.com/package/@locusts/svelte)
[](https://www.npmjs.com/package/@locusts/vue)
[](https://www.nuget.org/packages/locusts)
[](https://pypi.org/project/locusts-r-us/)
## FAQ
### Why the name `Locusts`?
[: subprocess pre-removal script returned error exit 163: OH_GOD_THEYRE_INSIDE_MY_CLOTHES")](https://xkcd.com/797/)
### Why would you do this?
It's funny.
### Why did you decide to use a monorepo for absolutely everything?
At this point, I do not know anymore. It was probably a mistake.
Too late to change it now.
### Do any of these libraries serve any purpose?
No.
### How do I add these to my projects?
See the documentation below.
### Can I contribute?
Yes! Please do! We welcome all contributions.
See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more information.
## Currently Supported Languages
- [C/C++](./docs/C.md)
- [Go](./docs/Go.md)
- [Rust](./docs/Rust.md)
- [Python](./docs/Python.md)
- [C#/F#](./docs/.NET.md)
- [JavaScript/TypeScript (both Node and Deno)](./docs/JavaScript.md)
- [BEAM](./docs/BEAM.md)
- [JVM](./docs/JVM.md)
- [Ruby](./docs/Ruby.md)
### Not a language but still supported
- [Docker](./docs/Docker.md)
- [Svelte](./src/packages/svelte/README.md)
- [Vue](./src/packages/vue/README.md)
- [React](./src/packages/react/README.md)
## License
Every library, component, container, etc. in this repository is licensed under the [BSD 0 Clause License](./LICENSE).
|