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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • janl/mustache.jsAvatar de janl

    janl/mustache.js

    16,723Ver en 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
    Ver en GitHub↗16,723
  • vlucas/phpdotenvAvatar de vlucas

    vlucas/phpdotenv

    13,536Ver en 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
    Ver en GitHub↗13,536
  • shopify/liquidAvatar de Shopify

    Shopify/liquid

    11,811Ver en 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
    Ver en GitHub↗11,811
  • keats/teraAvatar de Keats

    Keats/tera

    4,235Ver en GitHub↗

    Tera is a server-side rendering engine and template engine for Rust. It is designed to generate dynamic text by injecting data into predefined template files, utilizing a syntax compatible with Jinja2 and Django. The engine supports a variety of text generation tasks, including the creation of web pages via HTML rendering, the automation of email templates, and the production of environment-specific configuration files.

    Resolves data placeholders by traversing a hierarchical context structure.

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