awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • softwarebrothers/admin-broالصورة الرمزية لـ SoftwareBrothers

    SoftwareBrothers/admin-bro

    8,952عرض على GitHub↗

    Admin-bro is a Node.js administrative panel framework that automatically transforms database schemas into functional content management systems and backend dashboards. It provides a visual interface for performing create, read, update, and delete operations on records across various supported data sources. The framework uses model-driven UI generation to map database metadata to form components and employs an adapter-based abstraction layer to translate administrative operations into specific database queries. It supports the execution of custom business logic and operational workflows throug

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

    TypeScript
    عرض على GitHub↗8,952
  • midwayjs/midwayالصورة الرمزية لـ midwayjs

    midwayjs/midway

    7,722عرض على GitHub↗

    Midway هو مجموعة من أطر عمل الخلفية لـ Node.js مصممة لبناء الخدمات المصغرة للمؤسسات وتطبيقات كاملة المكدس. يركز على بنية حقن التبعية باستخدام حاوية عكس التحكم (IoC) والمزخرفات (decorators) لتنظيم منطق الأعمال المعقد وهياكل جانب الخادم القابلة للصيانة. يوفر إطار العمل دعماً متعدد البروتوكولات لـ HTTP، وgRPC، وWebSockets، مما يسمح لبيئة واحدة بالتعامل مع متطلبات شبكات الخدمة إلى الخدمة المتنوعة. كما يتضمن طبقة محول متعددة وقت التشغيل تتيح نشر التطبيقات عبر الحاويات التقليدية ومنصات السحابة بدون خادم (serverless) المختلفة. تشمل القدرات الإضافية نظام إضافات قائم على المكونات للامتدادات النمطية، وخط أنابيب تنفيذ وسيط لمعالجة الطلبات، وأدوات لاتصال API موحد بين واجهات الواجهة الأمامية ومنطق الخلفية. يدمج النظام أيضاً التحقق من بيانات الطلب ومعالجة الأخطاء الموحدة.

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

    TypeScript
    عرض على GitHub↗7,722
  • microsoft/tsyringeالصورة الرمزية لـ microsoft

    microsoft/tsyringe

    5,960عرض على GitHub↗

    tsyringe هي حاوية حقن تبعية لـ TypeScript وإطار عمل لعكس التحكم. تفصل تنفيذات الفئات عن إنشاء الكائنات من خلال إدارة التبعيات وأعمار الكائنات باستخدام المزخرفات (decorators) والبيانات الوصفية. يتميز إطار العمل بنظام حاويات هرمي حيث يمكن للحاويات الفرعية الحفاظ على نطاقات تسجيل مستقلة والرجوع إلى الحاويات الأصلية لحل التبعية. ويوفر نظام مزود يتحكم في طول عمر الكائن من خلال قواعد إنشاء الكائنات الفردية والعابرة. يدعم النظام حقن المنشئ العودي ويتعامل مع التبعيات الدائرية باستخدام الوكلاء. ويتضمن قدرات لتعيين السجل القائم على الرموز، وحل التنفيذ المتعدد، والتخلص الآلي من الموارد للكائنات التي تنفذ واجهات التنظيف.

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

    TypeScriptcontainerdecoratorsdependency
    عرض على GitHub↗5,960
  • microsoft/typespecالصورة الرمزية لـ microsoft

    microsoft/typespec

    5,781عرض على GitHub↗

    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/crudالصورة الرمزية لـ nestjsx

    nestjsx/crud

    4,330عرض على GitHub↗

    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-guideالصورة الرمزية لـ mgechev

    mgechev/angular2-style-guide

    1,195عرض على GitHub↗

    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.