README.md
# cleam
[](https://hex.pm/packages/cleam)
[](https://hexdocs.pm/cleam/)

Cleam for clean Gleam. Detect unused exports, i.e. public functions, const and types, that not used in another files.
## How to
1. Add cleam to your project as dev dependency
```sh
gleam add cleam --dev
```
2. Run check locally or on CI/CD
```sh
gleam run -m cleam
```