awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesDecorator-Based

Attaches metadata to types and operations using decorators, enabling emitters to generate documentation, schemas, and code.

Distinct from Metadata Attachments: Distinct from Metadata Attachments: focuses on decorator-based attachment for code generation, not general data stream metadata.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Decorator-Based. Refine with filters or upvote what's useful.

Awesome Decorator-Based GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • softwarebrothers/admin-broSoftwareBrothers का अवतार

    SoftwareBrothers/admin-bro

    8,952GitHub पर देखें↗

    Admin-bro एक Node.js एडमिनिस्ट्रेटिव पैनल फ्रेमवर्क है जो डेटाबेस स्कीमा को स्वचालित रूप से कार्यात्मक कंटेंट मैनेजमेंट सिस्टम और बैकएंड डैशबोर्ड में बदल देता है। यह विभिन्न समर्थित डेटा स्रोतों में रिकॉर्ड्स पर क्रिएट, रीड, अपडेट और डिलीट (CRUD) ऑपरेशंस करने के लिए एक विज़ुअल इंटरफ़ेस प्रदान करता है। यह फ्रेमवर्क मॉडल-ड्रिवन UI जनरेशन का उपयोग करके डेटाबेस मेटाडेटा को फॉर्म घटकों से मैप करता है और एडमिनिस्ट्रेटिव ऑपरेशंस को विशिष्ट डेटाबेस क्वेरीज़ में बदलने के लिए एडाप्टर-आधारित एब्स्ट्रैक्शन लेयर का उपयोग करता है। यह विशिष्ट रिसोर्स रिकॉर्ड्स से जुड़े एक्शन-आधारित ट्रिगर्स के माध्यम से कस्टम बिज़नेस लॉजिक और ऑपरेशनल वर्कफ़्लो के निष्पादन को सपोर्ट करता है। इस सिस्टम में एडमिनिस्ट्रेटिव डैशबोर्ड और बिज़नेस इंटेलिजेंस रिपोर्टिंग के माध्यम से डेटा विज़ुअलाइज़ेशन की क्षमताएं शामिल हैं। यह स्कीमा-आधारित इनपुट वैलिडेशन, डेकोरेटर्स का उपयोग करके रिसोर्स मेटाडेटा एक्सटेंशन, और कस्टम इंटरफ़ेस घटकों को जोड़ने के लिए प्लगइन-आधारित आर्किटेक्चर भी प्रदान करता है।

    Modifies the behavior and appearance of data entities by attaching metadata properties to database models using decorators.

    TypeScript
    GitHub पर देखें↗8,952
  • midwayjs/midwaymidwayjs का अवतार

    midwayjs/midway

    7,722GitHub पर देखें↗

    Midway is a suite of backend frameworks for Node.js designed to build enterprise microservices and full-stack applications. It centers on a dependency injection architecture using an inversion-of-control container and decorators to organize complex business logic and maintainable server-side structures. The framework provides multi-protocol support for HTTP, gRPC, and WebSockets, allowing a single environment to handle diverse service-to-service networking requirements. It also includes a multi-runtime adapter layer that enables applications to be deployed across traditional containers and va

    Uses TypeScript decorators to attach configuration and routing metadata to classes for automated discovery.

    TypeScript
    GitHub पर देखें↗7,722
  • microsoft/tsyringemicrosoft का अवतार

    microsoft/tsyringe

    5,960GitHub पर देखें↗

    tsyringe is a TypeScript dependency injection container and inversion of control framework. It decouples class implementations from object creation by managing dependencies and object lifecycles using decorators and metadata. The framework features a hierarchical container system where child containers can maintain independent registration scopes and fall back to parent containers for dependency resolution. It provides a provider system that controls object longevity through singleton and transient instantiation rules. The system supports recursive constructor injection and handles circular

    Uses TypeScript decorators to store dependency requirements in class metadata for runtime retrieval.

    TypeScriptcontainerdecoratorsdependency
    GitHub पर देखें↗5,960
  • microsoft/typespecmicrosoft का अवतार

    microsoft/typespec

    5,781GitHub पर देखें↗

    TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas

    Attaches metadata to types and operations using decorators for generating documentation, schemas, and code.

    Javajson-schemaopenapi3protobuf
    GitHub पर देखें↗5,781
  • nestjsx/crudnestjsx का अवतार

    nestjsx/crud

    4,330GitHub पर देखें↗

    This project is a REST API framework for NestJS designed to automate the creation of boilerplate-free CRUD endpoints and resource management. It functions as an automated CRUD generator that produces controllers and services for standard database operations, accelerating the development of RESTful APIs. The toolkit includes a REST query parser that translates complex URL parameters into structured database filters, pagination, and sorting rules. It also operates as an API response serializer to control the exposure of entity fields and manage nested relations within JSON responses. For extend

    Uses TypeScript decorators to attach metadata to controllers, enabling the automatic mapping of requests to service operations.

    TypeScriptcrudcrud-generatornest
    GitHub पर देखें↗4,330
  • mgechev/angular2-style-guidemgechev का अवतार

    mgechev/angular2-style-guide

    1,195GitHub पर देखें↗

    The repository contains a curated collection of coding conventions, architectural patterns, and best practices designed for developing component-based web applications using Angular and TypeScript. It functions as an architecture manual establishing consistent patterns across development teams, covering application structure, component design, and code quality enforcement. The guidelines define domain-driven file organization and module encapsulation strategies that group project assets into bounded contexts with dedicated root facades to keep large codebases manageable and shorten import pat

    Attaches host listeners, properties, inputs, and outputs directly to classes using inline decorators instead of separate configuration objects.

    angularbest-practicesdeprecated
    GitHub पर देखें↗1,195
  1. Home
  2. Software Engineering & Architecture
  3. Metadata Attachments
  4. Decorator-Based

सब-टैग एक्सप्लोर करें

  • Auto DecoratorsDecorators that attach metadata without requiring custom JavaScript logic, enabling simple metadata attachment. **Distinct from Decorator-Based:** Distinct from Decorator-Based: auto decorators require no custom implementation, unlike general decorator-based attachment.
  • Dependency MetadataStoring dependency requirements in class metadata for runtime resolution. **Distinct from Decorator-Based:** Distinct from general decorator-based attachment as it specifically targets dependency injection requirements.
  • Remote Decorator ApplicationsAttaches a decorator to a type from a different location by referencing the target type with an @@ prefix statement. **Distinct from Decorator-Based:** Distinct from Decorator-Based: focuses on applying decorators remotely from a different location, not general decorator attachment.