awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

本地环境变量管理器

排名更新于 2026年6月30日

For 用于本地开发的系统环境变量管理器, 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.

用于在本地开发环境与应用工作流中管理及注入配置密钥的工具。

本地环境变量管理器

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • motdotla/dotenvmotdotla 的头像

    motdotla/dotenv

    20,284在 GitHub 上查看↗

    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
    在 GitHub 上查看↗20,284
  • jdx/misejdx 的头像

    jdx/mise

    29,929在 GitHub 上查看↗

    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
    在 GitHub 上查看↗29,929
  • direnv/direnvdirenv 的头像

    direnv/direnv

    15,189在 GitHub 上查看↗

    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
    在 GitHub 上查看↗15,189
  • theskumar/python-dotenvtheskumar 的头像

    theskumar/python-dotenv

    8,794在 GitHub 上查看↗

    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
    在 GitHub 上查看↗8,794

Related searches

  • 应用程序环境变量管理工具
  • 用于管理项目开发环境的声明式工具
  • 密钥管理平台
  • 开发环境与实用工具
  • a library for building local-first applications
  • API 开发集成环境
  • Development environment tools
  • Local development servers