awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesCustom Code Processors

Interfaces and hooks for defining how non-standard file formats are pre-processed before static analysis.

Distinguishing note: Distinct from general file parsers; specifically targets the pre-analysis phase of code processing pipelines.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Custom Code Processors. Refine with filters or upvote what's useful.

Awesome Custom Code Processors GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • eslint/eslinteslint 的头像

    eslint/eslint

    27,349在 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

    Extract and analyze code from non-standard files by implementing methods that handle content before and after the primary analysis phase.

    JavaScriptecmascripteslintjavascript
    在 GitHub 上查看↗27,349
  • jhipster/generator-jhipsterjhipster 的头像

    jhipster/generator-jhipster

    22,418在 GitHub 上查看↗

    This project is a full-stack application generator and Java application scaffolder designed to produce the initial project structure and boilerplate code for modern web applications and microservice architectures. It functions as a development platform that uses predefined technology stacks to automate the creation of backend services and APIs. The system includes a customizable code blueprint tool, allowing users to extend or replace standard generation patterns to modify the default code structure of client and server components. It also provides a containerized development environment to e

    Allows overriding internal code generation and scaffolding logic to customize how code is automatically generated.

    TypeScriptangularclouddocker
    在 GitHub 上查看↗22,418
  • dotnet/efcoredotnet 的头像

    dotnet/efcore

    14,587在 GitHub 上查看↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    Entity Framework allows overriding internal scaffolding and code generation logic by implementing custom service providers to modify how migration files and model code are produced.

    C#aspnet-productc-sharpdatabase
    在 GitHub 上查看↗14,587
  • kubernetes-sigs/kubebuilderkubernetes-sigs 的头像

    kubernetes-sigs/kubebuilder

    8,992在 GitHub 上查看↗

    Kubebuilder is a framework and set of scaffolding tools used to build Kubernetes APIs and controllers. It functions as an operator framework that provides generators for custom resource definitions, admission webhooks, and RBAC manifests to extend cluster functionality. The project distinguishes itself through marker-based code generation, which parses source code comments to automatically produce Kubernetes manifests and boilerplate logic. It employs a hub-and-spoke versioning model to translate data between multiple API versions and uses a three-way merge strategy to automate project migrat

    Provides mechanisms to customize the default scaffolding process by modifying generated files.

    Gok8s-sig-api-machinery
    在 GitHub 上查看↗8,992
  • reactjs/react-railsreactjs 的头像

    reactjs/react-rails

    6,771在 GitHub 上查看↗

    This library is an integration bridge for embedding React components within Ruby on Rails views and controllers. It provides a hybrid frontend architecture that allows developers to mix traditional server-rendered templates with isolated interactive components. The project differentiates itself through a comprehensive server-side rendering wrapper that generates HTML on the server to improve load speeds and search engine visibility. It includes a client-side hydration manager that automatically mounts and unmounts components by scanning the document for markers and synchronizing with navigati

    Allows replacing default component generator files with local project templates to customize scaffolding.

    JavaScript
    在 GitHub 上查看↗6,771
  1. Home
  2. Software Engineering & Architecture
  3. Custom Code Processors

探索子标签

  • Scaffolding CustomizersHooks and service providers for overriding internal code generation and scaffolding logic. **Distinct from Custom Code Processors:** Distinct from general code processors: focuses on customizing the scaffolding and migration generation pipeline.