blob: 3f9d7878d918f719ea724d2892a870f099ad7a65 (
plain) (
tree)
|
|
# Locusts
[](https://github.com/locusts-r-us/locusts/actions/workflows/node.yml)
[](https://www.npmjs.com/package/locusts)
[](https://github.com/locusts-r-us/locusts/actions/workflows/deno.yml)
[](https://jsr.io/@locusts-r-us/locusts)
## Description
locusts is a member of a [series of libraries](https://github.com/locusts-r-us/locusts) that allows you to introduce locusts into your codebase.
## Installation
```sh
npm add locusts
```
## Example
```javascript
import introduceLocusts from "locusts";
function main() {
introduceLocusts();
// Locusts are now in your codebase!
}
```
## License
This project is licensed under the BSD Zero Clause License. See the [LICENSE](https://github.com/locusts-r-us/locusts/blob/master/LICENSE) file for details.
|