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

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

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

12 个仓库

Awesome GitHub RepositoriesEnvironment Management

Tools for managing Python versions, virtual environments, and dependencies.

Explore 12 awesome GitHub repositories matching part of an awesome list · Environment Management. Refine with filters or upvote what's useful.

Awesome Environment Management GitHub Repositories

用 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

    Loads environment variables from .env files.

    JavaScriptconfiguration-filedotenvenv
    在 GitHub 上查看↗20,284
  • kentcdodds/cross-envkentcdodds 的头像

    kentcdodds/cross-env

    6,527在 GitHub 上查看↗

    cross-env 是一个 Node.js 命令行实用程序和跨平台 shell 脚本运行器。它作为一个环境变量设置器,确保变量在 Windows、macOS 和 Linux 上得到相同处理。 该工具通过将 shell 执行包装在统一接口中来标准化变量赋值,从而允许脚本无论底层操作系统如何都能一致地运行。这使得在不同的 shell 环境中可以使用单一语法进行环境配置。 该项目涵盖了自动化构建工具、Node.js 环境配置以及创建可移植 CI/CD 流水线的功能。

    Cross-platform environment variable setting.

    TypeScript
    在 GitHub 上查看↗6,527
  • tabrindle/envinfotabrindle 的头像

    tabrindle/envinfo

    793在 GitHub 上查看↗

    envinfo generates a report of the common details needed when troubleshooting software issues, such as your operating system, binary versions, browsers, installed languages, and more

    Generates environment reports for debugging.

    JavaScript
    在 GitHub 上查看↗793
  • npm/node-whichnpm 的头像

    npm/node-which

    353在 GitHub 上查看↗

    Like the unix which utility.

    Cross-platform implementation of 'which'.

    JavaScript
    在 GitHub 上查看↗353
  • crenv/crenvcrenv 的头像

    crenv/crenv

    238在 GitHub 上查看↗

    :gem: Crystal version manager like rbenv.

    Crystal version manager

    Shell
    在 GitHub 上查看↗238
  • sindresorhus/user-homesindresorhus 的头像

    sindresorhus/user-home

    158在 GitHub 上查看↗

    ` $ npm install --save user-home `

    Gets the user's home directory path.

    JavaScript
    在 GitHub 上查看↗158
  • sindresorhus/usernamesindresorhus 的头像

    sindresorhus/username

    146在 GitHub 上查看↗

    Get the username of the current user

    Retrieves the current username.

    JavaScript
    在 GitHub 上查看↗146
  • npm/osenvnpm 的头像

    npm/osenv

    138在 GitHub 上查看↗

    Look up environment settings specific to different operating systems.

    Cross-platform environment utilities.

    JavaScript
    在 GitHub 上查看↗138
  • marciogm/asdf-crystalmarciogm 的头像

    marciogm/asdf-crystal

    77在 GitHub 上查看↗

    Crystal plugin for the asdf version manager maintainer=@marciogm

    Plugin for asdf version manager

    Shell
    在 GitHub 上查看↗77
  • sindresorhus/is-elevatedsindresorhus 的头像

    sindresorhus/is-elevated

    44在 GitHub 上查看↗

    By checking if the process is root on Unix systems or if the user is administrator on Windows.

    Checks for elevated process privileges.

    JavaScript
    在 GitHub 上查看↗44
  • maiha/rcm.crmaiha 的头像

    maiha/rcm.cr

    45在 GitHub 上查看↗

    Redis Cluster Manager in Crystal

    Redis Cluster Manager

    Crystal
    在 GitHub 上查看↗45
  • yanecc/vfox-crystalyanecc 的头像

    yanecc/vfox-crystal

    10在 GitHub 上查看↗

    Crystal language plugin for vfox

    Plugin for vfox version manager

    Lua
    在 GitHub 上查看↗10
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Environment Management