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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesHTML Markup Generators

Tools that expand shorthand abbreviations and selectors into full HTML structures.

Distinct from Highlighted HTML Generators: None of the candidates describe general shorthand-to-HTML generation; they focus on specific types like Pinyin or highlighted code.

Explore 3 awesome GitHub repositories matching development tools & productivity · HTML Markup Generators. Refine with filters or upvote what's useful.

Awesome HTML Markup Generators GitHub Repositories

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

    emmetio/emmet

    4,541عرض على GitHub↗

    Emmet هو أداة لتوليد كود الترميز (markup) ومجموعة أدوات لزيادة إنتاجية تطوير الويب. يعمل كمحرك توسيع يحول الاختصارات والمحددات الشبيهة بـ CSS إلى هياكل HTML وXML كاملة وغيرها من هياكل الترميز. يتميز المشروع بمحرك توسيع اختصارات CSS مخصص يحول أكواد الخصائص المختصرة إلى إعلانات نمط كاملة، بما في ذلك التوليد التلقائي للبادئات الخاصة بالمتصفحات والتدرجات اللونية. كما يتميز بتقديم عملية توسيع قابلة للبرمجة من خلال تعريفات مقتطفات مخصصة، وتعيين أسماء مستعارة للاختصارات، وقابلية التوسع عبر السكربتات. تغطي مجموعة الأدوات نطاقاً واسعاً من الإمكانيات بما في ذلك توليد الترميز مع تكرار العناصر والترقيم التكراري، بالإضافة إلى أدوات المحرر للتنقل الهيكلي واختيار الوسوم المتوازنة. كما يوفر أدوات لتأليف ملفات CSS، وتعديل القيم الرقمية، ومعالجة الوسائط لتحويل بيانات الصور إلى URL وتحديث الأبعاد.

    Generates complex nested HTML structures quickly using shorthand abbreviations and CSS-like selectors.

    TypeScriptabbreviationcssemmet
    عرض على GitHub↗4,541
  • amannn/next-intlالصورة الرمزية لـ amannn

    amannn/next-intl

    4,304عرض على GitHub↗

    next-intl is an internationalization framework for Next.js applications. It provides a system for managing translations, localized routing, and ICU message formatting to deliver multilingual content across server and client components. The project distinguishes itself through a focus on developer experience and type safety, utilizing a TypeScript translation validator that generates declaration files from JSON messages for compile-time key validation. It streamlines translation workflows with tools for automatically extracting strings from source code into message files and synchronizing thos

    Generates raw HTML strings from localized messages for use cases where components are not suitable.

    TypeScriptdate-formattingi18nnext
    عرض على GitHub↗4,304
  • haml/hamlالصورة الرمزية لـ haml

    haml/haml

    3,834عرض على GitHub↗

    Haml is a Ruby HTML template engine and server-side rendering library. It functions as an HTML markup preprocessor that transforms a concise, indentation-based shorthand syntax into standard HTML and XHTML markup. The system uses hierarchical whitespace instead of explicit closing tags to define the structure of documents, reducing boilerplate during markup authoring. It integrates Ruby logic directly into templates to evaluate conditional statements, process dynamic data, and interpolate values. The engine provides tools for managing element attributes through hashes, controlling output whi

    Transforms a concise, indentation-based shorthand syntax into standard HTML tags and nested structures.

    Ruby
    عرض على GitHub↗3,834
  1. Home
  2. Development Tools & Productivity
  3. HTML Markup Generators

استكشف الوسوم الفرعية

  • Localized HTML EmissionGenerates raw HTML strings from localized messages for environments where React components are not applicable. **Distinct from HTML Markup Generators:** Specific to emitting localized translation content as HTML, not general markup generation.