# Languatage [![Test](https://github.com/JichouP/languatage/actions/workflows/test.yaml/badge.svg)](https://github.com/JichouP/languatage/actions/workflows/test.yaml) [![Clippy](https://github.com/JichouP/languatage/actions/workflows/clippy.yaml/badge.svg)](https://github.com/JichouP/languatage/actions/workflows/clippy.yaml) [![languatage at crates.io](https://img.shields.io/crates/v/languatage.svg)](https://crates.io/crates/languatage) [![languatage at docs.rs](https://docs.rs/languatage/badge.svg)](https://docs.rs/languatage) A tool for calculate the percentage of languages used in a directory ## Development ### Build binary ```sh # with cargo-make cargo make # or cargo build --bin languatage --features build-binary ```