awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Manager für lokale Umgebungsvariablen

Ranking aktualisiert am 30. Juni 2026

For ein Manager für Umgebungsvariablen in der lokalen Entwicklung, the strongest matches are motdotla/dotenv (Dotenv is the foundational library for loading environment variables), jdx/mise (jdx/mise manages environment variables per project alongside runtime versioning) and direnv/direnv (direnv automatically loads and unloads environment variables per directory). theskumar/python-dotenv is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

Tools zur Verwaltung und zum Injizieren von Konfigurations-Secrets in lokale Entwicklungsumgebungen und Anwendungs-Workflows.

Manager für lokale Umgebungsvariablen

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • motdotla/dotenvAvatar von motdotla

    motdotla/dotenv

    20,284Auf GitHub ansehen↗

    Dotenv is a configuration management library designed to load environment variables from local files into the process environment. By separating application settings from source code, it enables developers to maintain consistent configurations across different deployment stages and team environments. The utility provides mechanisms to transform plain text configuration files into encrypted formats, allowing sensitive secrets to be stored securely within version control systems. It handles the parsing and normalization of key-value pairs, ensuring that configuration data is consistently proces

    Dotenv is the foundational library for loading environment variables from .env files into Node.js applications, with support for encrypted secrets, but it lacks a standalone CLI interface and advanced features like multiple profiles or template generation that would make it a comprehensive management tool.

    JavaScriptSecret Encryption
    Auf GitHub ansehen↗20,284
  • jdx/miseAvatar von jdx

    jdx/mise

    29,929Auf GitHub ansehen↗

    Mise is a development environment orchestrator that manages software runtimes, environment variables, and task execution. It functions as a version manager and task runner, providing a unified interface to synchronize project-specific configurations and dependencies across different machines. By automating the installation and switching of tools, it ensures that development environments remain consistent and reproducible. The project distinguishes itself through a hierarchical configuration system that automatically discovers settings by traversing the directory tree. It uses shim-based comma

    jdx/mise manages environment variables per project alongside runtime versioning and tasks, but its CLI, .env file loading, templating, secret management, and project-scoped configuration directly address the core need for organizing env vars across local development projects.

    RustExternal Environment File Loaders
    Auf GitHub ansehen↗29,929
  • direnv/direnvAvatar von direnv

    direnv/direnv

    15,189Auf GitHub ansehen↗

    direnv is a shell environment manager and directory-based environment loader that automatically loads and unloads environment variables when switching between directories. It functions as a shell hook automation tool, injecting logic into the shell configuration to trigger environment updates based on the current project context. The project acts as a development environment isolator by localizing shell configurations, which prevents dependency conflicts and removes project-specific exports from global profile files. It includes specialized integration for Nix, allowing the loading of environ

    direnv automatically loads and unloads environment variables per directory, which directly addresses managing env vars across local projects, though it lacks built-in encryption, multiple profiles, and template generation.

    GoEnvironment Variable LoadersShell Environment ManagersShell Hook Integrations
    Auf GitHub ansehen↗15,189
  • theskumar/python-dotenvAvatar von theskumar

    theskumar/python-dotenv

    8,794Auf GitHub ansehen↗

    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

    Theskumar/python-dotenv is a library and CLI for managing environment variables via .env files, providing dotenv file support and a command-line interface that fits local development, though it lacks the requested multiple profiles, encryption, and template generation features.

    PythonEnvironment VariablesConfiguration File ParsersEnvironment Variable Injection
    Auf GitHub ansehen↗8,794

Related searches

  • ein Tool zur Verwaltung von Umgebungsvariablen für Applikationen
  • ein deklaratives Tool zur Verwaltung von Projekt-Entwicklungsumgebungen
  • Plattform für Secrets Management
  • Entwicklungsumgebungen und Utilities
  • a library for building local-first applications
  • Integrierte Umgebung für die API-Entwicklung
  • Development environment tools
  • Local development servers