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