README.md
# outkeep
[](https://hex.pm/packages/outkeep)
[](https://hexdocs.pm/outkeep/)
[](https://github.com/awseward/outkeep/actions/workflows/test.yml)
```sh
gleam add outkeep@1
```
```gleam
import outkeep
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/outkeep>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```