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