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,349GitHub पर देखें↗

    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,418GitHub पर देखें↗

    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,587GitHub पर देखें↗

    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,992GitHub पर देखें↗

    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,771GitHub पर देखें↗

    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.