CheckCle
CheckCle is a self-hosted, open-source monitoring platform
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. ...