layer-conform 0.1.1

Detect style deviations within an architectural layer of TS/JS/Rust projects.
1
2
3
4
5
//! CLI subcommand implementations.

pub mod check;
pub mod init;
pub mod why;