Packages

A DSL for The Gleam Programming Language. (Please note Gleem is in development, it is not finished or ready for use.)

Current section

Files

Jump to
gleem README.md
Raw

README.md

# gleem
[![Package Version](https://img.shields.io/hexpm/v/gleem)](https://hex.pm/packages/gleem)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleem/)
Please note Gleem is in development, it is not finished or ready for use.
```sh
gleam add gleem@1
```
```gleam
import gleem/install
pub fn main() -> Nil {
install.main()
// Then run it to install to your system. (Requires ROOT permissions.)
}
```
Further documentation can be found at <https://gleem.hexdocs.pm>.
## Development
```sh
gleam run # Install the binary.
```
Copyright (c) 2026 Thebugcanfly13