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