awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
terryyin avatar

terryyin/lizard

0
View on GitHub↗
2,395 stars·294 forks·Python·9 views

Lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.

Features

  • Code Analysis Platforms - Cyclomatic complexity analyzer supporting numerous programming languages.
  • Code Quality and Linting - Cyclomatic complexity analyzer for multiple programming languages.

Star history

Star history chart for terryyin/lizardStar history chart for terryyin/lizard

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Lizard

These projects share indexed features with Lizard. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • hzacode/langlintH

    HzaCode/Langlint

    0View on GitHub↗
    View on GitHub↗0
  • mennanov/blockwatchmennanov avatar

    mennanov/blockwatch

    24View on GitHub↗

    Language agnostic linter that keeps your code and documentation in sync and valid

    Rust
    View on GitHub↗24
  • eslint/eslinteslint avatar

    eslint/eslint

    27,349View on GitHub↗

    This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit

    JavaScriptecmascripteslintjavascript
    View on GitHub↗27,349
  • prontolabs/prontoprontolabs avatar

    prontolabs/pronto

    2,670View on GitHub↗

    Quick automated code review of your changes

    Ruby
    View on GitHub↗2,670
Compare all 30 related projects→

Frequently asked questions

What does terryyin/lizard do?

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.

What are the main features of terryyin/lizard?

The main features of terryyin/lizard are: Code Analysis Platforms, Code Quality and Linting.

Which projects share features with terryyin/lizard?

Projects with overlapping indexed features include: prontolabs/pronto — Quick automated code review of your changes. hzacode/langlint. eslint/eslint — This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code… mennanov/blockwatch — Language agnostic linter that keeps your code and documentation in sync and valid. alexjoverm/typescript-library-starter — This project is a TypeScript library starter kit that provides a pre-configured development environment for building… rust-unofficial/patterns — A catalogue of Rust design patterns, anti-patterns and idioms.