awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to davidm/lua-inspect

Open-source alternatives to Lua Inspect

30 open-source projects similar to davidm/lua-inspect, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Lua Inspect alternative.

  • amir-valizadeh/ts-analyzerAvatar de amir-valizadeh

    amir-valizadeh/ts-analyzer

    14Voir sur GitHub↗

    A comprehensive TypeScript codebase analyzer that provides detailed metrics on type safety, code complexity, and quality. Get actionable insights to improve your TypeScript projects.

    TypeScript
    Voir sur GitHub↗14
  • andremm/lua-parserAvatar de andremm

    andremm/lua-parser

    209Voir sur GitHub↗

    A Lua 5.3 parser written with LPegLabel

    Lua
    Voir sur GitHub↗209
  • andremm/typedluaAvatar de andremm

    andremm/typedlua

    587Voir sur GitHub↗

    An Optional Type System for Lua

    Lua
    Voir sur GitHub↗587
  • angular-experts-io/ng-parselAvatar de angular-experts-io

    angular-experts-io/ng-parsel

    16Voir sur GitHub↗

    Parse your Angular code base to JSON abstraction - Great for displaying APIs and running custom analysis

    TypeScript
    Voir sur GitHub↗16
  • antonygiomarxdev/angular-doctorAvatar de antonygiomarxdev

    antonygiomarxdev/angular-doctor

    20Voir sur GitHub↗

    Scan your Angular codebase for performance, architecture, and dead code issues — outputs a 0–100 health score with actionable diagnostics

    TypeScript
    Voir sur GitHub↗20
  • augmentable-dev/tickgitA

    augmentable-dev/tickgit

    0Voir sur GitHub↗
    Voir sur GitHub↗0

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • bradleyfalzon/apicompatB

    bradleyfalzon/apicompat

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • davecheney/gcvisAvatar de davecheney

    davecheney/gcvis

    1,095Voir sur GitHub↗

    Visualise Go program GC trace data in real time

    Go
    Voir sur GitHub↗1,095
  • dominikh/go-toolsAvatar de dominikh

    dominikh/go-tools

    6,818Voir sur GitHub↗

    go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset designed to analyze source code to detect bugs and dead code, alongside specialized tools for optimizing how structs are arranged in memory. The project includes a memory alignment visualizer to display physical memory layouts and padding, as well as a struct layout optimizer that reorders fields to minimize memory padding. Additionally, it provides a boilerplate generator to automate the creation of registration and test files required for developing custom Go analyzers. The to

    Go
    Voir sur GitHub↗6,818
  • ea-st-ring/ngx-locatorAvatar de Ea-st-ring

    Ea-st-ring/ngx-locator

    2Voir sur GitHub↗

    Angular development utility to open components and templates from the browser like LocatorJS

    JavaScript
    Voir sur GitHub↗2
  • earthdmitriy/angular-mermaiderAvatar de earthdmitriy

    earthdmitriy/angular-mermaider

    2Voir sur GitHub↗

    Static code analyser that produces Mermaid dataflow diagrams for Angular components

    TypeScript
    Voir sur GitHub↗2
  • fab13n/metaluaAvatar de fab13n

    fab13n/metalua

    369Voir sur GitHub↗

    The metalua programming language

    Lua
    Voir sur GitHub↗369
  • firstrow/go-outdatedF

    firstrow/go-outdated

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • fudanselab/cldiffAvatar de FudanSELab

    FudanSELab/CLDIFF

    40Voir sur GitHub↗

    Documentation of CLDiff

    Java
    Voir sur GitHub↗40
  • go-critic/go-criticAvatar de go-critic

    go-critic/go-critic

    2,054Voir sur GitHub↗

    The most opinionated Go source code linter for code audit.

    Go
    Voir sur GitHub↗2,054
  • golang/lintAvatar de golang

    golang/lint

    3,969Voir sur GitHub↗

    This is a static analysis linter and code quality tool for Go. It analyzes source code to identify common coding errors, style mistakes, and inconsistencies with language conventions. The tool is designed for integration with text editors and integrated development environments, exporting linting results in formats that support quickfix menus. Its capabilities include Go static analysis and source code quality assurance across files and packages. The system utilizes a static analysis pipeline and rule-based pattern matching to identify structural patterns that violate predefined coding stand

    Go
    Voir sur GitHub↗3,969
  • jakub-hajduk/compuseAvatar de jakub-hajduk

    jakub-hajduk/compuse

    2Voir sur GitHub↗

    An engine for monitoring usage of web components. Maybe even all components ;).

    TypeScript
    Voir sur GitHub↗2
  • jeanmeche/angular-compiler-outputAvatar de JeanMeche

    JeanMeche/angular-compiler-output

    25Voir sur GitHub↗

    This demo aims to teach the basics of the Angular template compiler by showing the JS output for a given angular template.

    TypeScript
    Voir sur GitHub↗25
  • jfeliu007/goplantumlAvatar de jfeliu007

    jfeliu007/goplantuml

    2,095Voir sur GitHub↗

    PlantUML Class Diagram Generator for golang projects

    Godiagramdiagram-generatorgo
    Voir sur GitHub↗2,095
  • kisielk/errcheckAvatar de kisielk

    kisielk/errcheck

    2,519Voir sur GitHub↗

    errcheck checks that you checked errors.

    Go
    Voir sur GitHub↗2,519
  • m-yoshiro/ng-di-graphAvatar de m-yoshiro

    m-yoshiro/ng-di-graph

    2Voir sur GitHub↗

    A command-line tool that analyzes Angular TypeScript codebases to extract dependency injection relationships.

    TypeScript
    Voir sur GitHub↗2
  • mccoyst/validateM

    mccoyst/validate

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • mdempsky/unconvertM

    mdempsky/unconvert

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • merrittmelker/ng-lensAvatar de MerrittMelker

    MerrittMelker/ng-lens

    1Voir sur GitHub↗

    This Node.js utility uses ts-morph to statically analyze Angular TypeScript components and identify service usage patterns from any specified API library. It detects constructor dependency injection and tracks which service methods are actually called within component code.

    TypeScript
    Voir sur GitHub↗1
  • mibk/duplAvatar de mibk

    mibk/dupl

    369Voir sur GitHub↗

    a tool for code clone detection

    Go
    Voir sur GitHub↗369
  • moteus/luacov-coverallsAvatar de moteus

    moteus/luacov-coveralls

    48Voir sur GitHub↗

    LuaCov reporter for coveralls.io service

    Lua
    Voir sur GitHub↗48
  • mpeterv/luacheckAvatar de mpeterv

    mpeterv/luacheck

    2,037Voir sur GitHub↗

    A tool for linting and static analysis of Lua code.

    Lua
    Voir sur GitHub↗2,037
  • nagashimam/ngx-html-bridgeAvatar de nagashimam

    nagashimam/ngx-html-bridge

    1Voir sur GitHub↗

    ngx-html-bridge is a powerful parser that converts Angular templates into an array of standard, static HTML strings. This enables you to use any HTML validator of your choice on your Angular templates, bridging the gap between Angular's dynamic syntax and standard HTML validation tools.

    TypeScript
    Voir sur GitHub↗1
  • psampaz/go-mod-outdatedP

    psampaz/go-mod-outdated

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • qiniu/checkstyleQ

    qiniu/checkstyle

    0Voir sur GitHub↗
    Voir sur GitHub↗0