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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesHierarchical Variable Resolvers

Utilities that resolve data keys by traversing up through parent contexts in a hierarchy.

Distinct from Path Variable Resolvers: Traverses nested data scopes for variable resolution instead of environment paths

Explore 4 awesome GitHub repositories matching development tools & productivity · Hierarchical Variable Resolvers. Refine with filters or upvote what's useful.

Awesome Hierarchical Variable Resolvers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • janl/mustache.jsjanl का अवतार

    janl/mustache.js

    16,723GitHub पर देखें↗

    Mustache.js is a logic-less JavaScript templating engine and implementation of the Mustache specification. It merges data objects with text templates to generate formatted output, ensuring consistent rendering across different programming languages by forbidding complex logic within the templates. The system distinguishes itself by using a logic-less approach to data binding, relying on simple variable interpolation and conditional block rendering. It supports modularity through partial template inclusion and allows for extended functionality via lambda functions that transform blocks of temp

    Resolves variables by searching the current context and traversing up through parent contexts.

    JavaScript
    GitHub पर देखें↗16,723
  • vlucas/phpdotenvvlucas का अवतार

    vlucas/phpdotenv

    13,536GitHub पर देखें↗

    phpdotenv is a PHP environment variable loader and configuration parser. It reads key-value pairs from files and populates them into PHP system environment variables and global arrays to avoid hardcoding sensitive settings in code. The project includes a configuration variable interpolator to resolve nested references and variables within environment files. It also provides an environment variable validator to ensure required variables exist and match specific data types or values. The system covers application secret management, multi-environment deployment, and the parsing of raw configura

    Resolves nested variable references to eliminate duplication and ensure consistency across settings.

    PHPconfigurationdotenvenvironment
    GitHub पर देखें↗13,536
  • shopify/liquidShopify का अवतार

    Shopify/liquid

    11,811GitHub पर देखें↗

    Liquid is a secure template engine and markup language used to generate dynamic HTML or text by combining static templates with backend data. It functions as a web template renderer that transforms markup into final output while restricting available logic to prevent arbitrary code execution. The engine focuses on secure markup execution, providing a restricted environment where user-provided templates cannot access sensitive system data. It utilizes a safe evaluation sandbox to ensure that only a predefined set of instructions can be executed. The system includes capabilities for template s

    Resolves data keys by traversing hierarchical parent contexts within the template environment.

    Ruby
    GitHub पर देखें↗11,811
  • keats/teraKeats का अवतार

    Keats/tera

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

    Tera, Rust के लिए एक सर्वर-साइड रेंडरिंग इंजन और टेम्प्लेट इंजन है। इसे Jinja2 और Django के साथ संगत सिंटैक्स का उपयोग करके, पूर्व-निर्धारित टेम्प्लेट फाइलों में डेटा इंजेक्ट करके गतिशील टेक्स्ट उत्पन्न करने के लिए डिज़ाइन किया गया है। इंजन HTML रेंडरिंग के माध्यम से वेब पेजों के निर्माण, ईमेल टेम्प्लेट के ऑटोमेशन, और पर्यावरण-विशिष्ट कॉन्फ़िगरेशन फाइलों के उत्पादन सहित विभिन्न टेक्स्ट जनरेशन कार्यों का समर्थन करता है।

    Resolves data placeholders by traversing a hierarchical context structure.

    Rustdjangojinja2rust-library
    GitHub पर देखें↗4,235
  1. Home
  2. Development Tools & Productivity
  3. Dynamic Variable Evaluators
  4. Path Variable Resolvers
  5. Hierarchical Variable Resolvers