https://github.com/darky/cleam
Cleam for clean Gleam. Detect unused exports
https://github.com/darky/cleam
exports gleam public unused
Last synced: 4 months ago
JSON representation
Cleam for clean Gleam. Detect unused exports
- Host: GitHub
- URL: https://github.com/darky/cleam
- Owner: darky
- Created: 2024-04-06T19:55:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-28T13:37:43.000Z (over 1 year ago)
- Last Synced: 2025-06-10T21:58:36.593Z (about 1 year ago)
- Topics: exports, gleam, public, unused
- Language: Gleam
- Homepage:
- Size: 84 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```