awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • janl/mustache.jsAvatar janl

    janl/mustache.js

    16,723Vezi pe GitHub↗

    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
    Vezi pe GitHub↗16,723
  • vlucas/phpdotenvAvatar vlucas

    vlucas/phpdotenv

    13,536Vezi pe GitHub↗

    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
    Vezi pe GitHub↗13,536
  • shopify/liquidAvatar Shopify

    Shopify/liquid

    11,811Vezi pe GitHub↗

    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
    Vezi pe GitHub↗11,811
  • keats/teraAvatar Keats

    Keats/tera

    4,235Vezi pe GitHub↗

    Tera este un motor de randare server-side și un motor de template-uri pentru Rust. Este conceput pentru a genera text dinamic prin injectarea datelor în fișiere template predefinite, utilizând o sintaxă compatibilă cu Jinja2 și Django. Motorul suportă o varietate de sarcini de generare de text, inclusiv crearea de pagini web prin randare HTML, automatizarea template-urilor de email și producerea de fișiere de configurare specifice mediului.

    Resolves data placeholders by traversing a hierarchical context structure.

    Rustdjangojinja2rust-library
    Vezi pe GitHub↗4,235
  1. Home
  2. Development Tools & Productivity
  3. Dynamic Variable Evaluators
  4. Path Variable Resolvers
  5. Hierarchical Variable Resolvers