CheckCle is a lightweight CLI tool focused on automating and measuring software project quality by running a variety of checks (linting, formatting, tests, type-checking, and security scans) in a unified, streamlined workflow designed to fit into local development, CI/CD, and pre-commit pipelines. Rather than manually configuring multiple tools, developers define a simple config file that tells checkcle which checks to run and what standards to enforce, letting teams maintain consistent code quality across languages and toolchains. The output is concise and machine-friendly, making it easy to integrate with automated reporting systems or tailor failure thresholds to your team’s taste. It also provides ways to cache or skip previously passed checks to speed up iterative workflows without sacrificing reliability.
Features
- Unified CLI for running quality checks
- Configurable checks for linting, tests, types, and security
- Consistent output suitable for CI/CD integration
- Caching and skip logic for faster incremental runs
- Language-agnostic orchestration across toolchains
- Default presets with extensibility for custom rules