+1
-14
README.md
+1
-14
README.md
···
3
[](https://hex.pm/packages/condition_overload)
4
[](https://hexdocs.pm/condition_overload/)
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
19
## Development
20
21
```sh
22
-
gleam run # Run the project
23
-
gleam test # Run the tests
24
```
···
3
[](https://hex.pm/packages/condition_overload)
4
[](https://hexdocs.pm/condition_overload/)
5
6
7
## Development
8
9
```sh
10
+
gleam run SEARCHTERM # Run the project
11
```