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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesEnvironment Variable Interfaces

APIs and syntax for programmatically setting and manipulating environment variables as structured data.

Distinguishing note: Focuses on the interface for setting variables via tables and structured data, rather than simple string-based exports.

Explore 3 awesome GitHub repositories matching development tools & productivity · Environment Variable Interfaces. Refine with filters or upvote what's useful.

Awesome Environment Variable Interfaces GitHub Repositories

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

    nushell/nushell

    39,743GitHub पर देखें↗

    Nushell is a cross-platform shell and programming language designed to treat all input and output as structured data rather than raw text streams. By enforcing data types and command signatures, it provides a consistent environment for building robust, pipeline-oriented workflows. The shell allows users to chain commands that pass structured objects between stages, enabling complex data processing and automation tasks that remain predictable across different operating systems. What distinguishes the project is its focus on interactive data exploration and modular extensibility. Users can quer

    Nushell supports assigning environment variables by directly modifying the environment table or loading multiple variables at once using a table of pairs.

    Rustnushellrustshell
    GitHub पर देखें↗39,743
  • theskumar/python-dotenvtheskumar का अवतार

    theskumar/python-dotenv

    8,794GitHub पर देखें↗

    python-dotenv is a library and command line interface for managing environment variables in Python applications. It functions as a configuration parser and loader that reads key-value pairs from files and injects them into the system environment, enabling the decoupling of application configuration from source code. The project provides a command line interface for manipulating and editing environment variables within configuration files. It also includes a mechanism for recursive variable interpolation, allowing dynamic placeholders within configuration files to be resolved using existing en

    Provides a command line interface to manipulate and edit environment variables within configuration files.

    Python
    GitHub पर देखें↗8,794
  • dataarts/dat.guidataarts का अवतार

    dataarts/dat.gui

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

    dat.gui is a JavaScript GUI controller library that provides a lightweight interface for manipulating variables in real-time through a visual control panel. It functions as a real-time variable debugger and graphical overlay for monitoring and adjusting object properties during application runtime. The library features a collapsible control panel that organizes complex sets of variable inputs into folders. It includes a state management system capable of exporting and importing the current configuration of active controllers as JSON objects. The tool supports object-property binding and dyna

    Provides a graphical interface to manipulate JavaScript variables and observe immediate effects.

    JavaScript
    GitHub पर देखें↗7,723
  1. Home
  2. Development Tools & Productivity
  3. Environment Variable Interfaces

सब-टैग एक्सप्लोर करें

  • Configuration File EditorsCommand line tools specifically for editing key-value pairs in configuration files. **Distinct from Environment Variable Interfaces:** Focuses on editing files via CLI rather than providing a programmatic API for runtime variables.