6 रिपॉजिटरी
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.
Admin-bro एक Node.js एडमिनिस्ट्रेटिव पैनल फ्रेमवर्क है जो डेटाबेस स्कीमा को स्वचालित रूप से कार्यात्मक कंटेंट मैनेजमेंट सिस्टम और बैकएंड डैशबोर्ड में बदल देता है। यह विभिन्न समर्थित डेटा स्रोतों में रिकॉर्ड्स पर क्रिएट, रीड, अपडेट और डिलीट (CRUD) ऑपरेशंस करने के लिए एक विज़ुअल इंटरफ़ेस प्रदान करता है। यह फ्रेमवर्क मॉडल-ड्रिवन UI जनरेशन का उपयोग करके डेटाबेस मेटाडेटा को फॉर्म घटकों से मैप करता है और एडमिनिस्ट्रेटिव ऑपरेशंस को विशिष्ट डेटाबेस क्वेरीज़ में बदलने के लिए एडाप्टर-आधारित एब्स्ट्रैक्शन लेयर का उपयोग करता है। यह विशिष्ट रिसोर्स रिकॉर्ड्स से जुड़े एक्शन-आधारित ट्रिगर्स के माध्यम से कस्टम बिज़नेस लॉजिक और ऑपरेशनल वर्कफ़्लो के निष्पादन को सपोर्ट करता है। इस सिस्टम में एडमिनिस्ट्रेटिव डैशबोर्ड और बिज़नेस इंटेलिजेंस रिपोर्टिंग के माध्यम से डेटा विज़ुअलाइज़ेशन की क्षमताएं शामिल हैं। यह स्कीमा-आधारित इनपुट वैलिडेशन, डेकोरेटर्स का उपयोग करके रिसोर्स मेटाडेटा एक्सटेंशन, और कस्टम इंटरफ़ेस घटकों को जोड़ने के लिए प्लगइन-आधारित आर्किटेक्चर भी प्रदान करता है।
Modifies the behavior and appearance of data entities by attaching metadata properties to database models using decorators.
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.
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.
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.
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.
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.