+1
-14
README.md
+1
-14
README.md
···
3
3
[](https://hex.pm/packages/condition_overload)
4
4
[](https://hexdocs.pm/condition_overload/)
5
5
6
-
```sh
7
-
gleam add condition_overload@1
8
-
```
9
-
```gleam
10
-
import condition_overload
11
-
12
-
pub fn main() -> Nil {
13
-
// TODO: An example of the project in use
14
-
}
15
-
```
16
-
17
-
Further documentation can be found at <https://hexdocs.pm/condition_overload>.
18
6
19
7
## Development
20
8
21
9
```sh
22
-
gleam run # Run the project
23
-
gleam test # Run the tests
10
+
gleam run SEARCHTERM # Run the project
24
11
```