An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# cleam

[![Package Version](https://img.shields.io/hexpm/v/cleam)](https://hex.pm/packages/cleam)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/cleam/)

![logo](logo.png)

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
```