Current section
Files
Jump to
Current section
Files
README.md
# gloq
[](https://hex.pm/packages/gloq)
[](https://hexdocs.pm/gloq/)

> [!Note]
> Library is in its very early stages and not usable.
```sh
gleam add gloq
```
```gleam
import gloq
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hex.pm/packages/gloq>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```