27 مستودعات
Tools for binding environment variables to application configuration settings.
Distinguishing note: No candidates provided; this is the standard category for environment variable integration.
Explore 27 awesome GitHub repositories matching development tools & productivity · Environment Variable Mapping. Refine with filters or upvote what's useful.
Gogs هي خدمة Git مستضافة ذاتياً ومنصة استضافة كود تعاونية. تعمل كمدير للتحكم في الإصدار يسمح للمستخدمين بتخزين وإدارة الكود المصدري على بنيتهم التحتية الخاصة باستخدام بروتوكولات SSH وHTTP وHTTPS. تتميز المنصة بقدرات نسخ متطابقة شاملة، حيث تعمل كأداة لمزامنة ونسخ المستودعات والويكي من مقدمي الاستضافة الخارجيين إلى مثيل محلي. وهي مصممة للنشر الآمن والمعبأ في حاويات، وتدعم تكوينات المستخدم غير الجذر لتلبية متطلبات الأمان الصارمة. بالإضافة إلى الاستضافة الأساسية، توفر مجموعة من أدوات التعاون بما في ذلك طلبات السحب، وتتبع المشكلات، والويكي، ومراجعات الكود من قبل الأقران. يدمج النظام أتمتة سير العمل عبر webhooks وGit hooks، ويدير الملفات الثنائية كبيرة الحجم من خلال تخزين الملفات الكبيرة، ويوفر تحكماً دقيقاً في الوصول لإدارة المستودعات الخاصة. يمكن نشر الخدمة كصورة حاوية لسلوك متسق عبر بيئات استضافة مختلفة.
Binds system environment variables to application configuration settings to secure sensitive credentials.
Cobra is a development framework for building command-line applications in Go. It organizes application logic into a hierarchical tree structure where each node represents a command, complete with its own flags and execution logic. This structure allows developers to build complex, nested command interfaces that mirror business domains while maintaining a clean separation between command orchestration and underlying business logic. The framework distinguishes itself through its declarative approach to metadata and configuration. It automatically derives help documentation, usage instructions,
Allows assigning prefixes to environment variables to prevent naming collisions and enable automatic mapping to configuration.
LunarVim is a Lua-based text editor setup and distribution of Neovim. It serves as a pre-configured development environment that transforms Neovim into a full integrated development environment with sensible defaults, providing features such as autocomplete and file navigation. The project focuses on developer environment bootstrapping and Lua-based editor customization. It enables the establishment of a consistent coding setup across different machines, combining Vim keybindings and modal editing with modern language server capabilities for software development.
Provides mapping of system environment variables to internal editor settings for tool discovery.
Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining command structures, allowing developers to map functions to command-line arguments, options, and nested groups using decorators. The framework handles the complexities of parameter parsing, type validation, and help documentation generation automatically. The project distinguishes itself through its hierarchical context system, which propagates configuration and state across nested commands, and its environment-aware parameter resolution that prioritizes command-line inputs, enviro
Automatically populates command parameters from environment variables when command-line arguments are missing.
This project provides utilities for detecting continuous integration environments and wrapping test execution to conditionally ignore errors. Its primary purpose is to prevent test failures from blocking build pipelines by identifying the runtime context and adjusting test behavior. The software maintains automated build stability by intercepting test results and manipulating the internal state of the testing framework. This mechanism allows the project to force a passing status and bypass failing assertions when specific environment flags are detected. The toolset covers CI pipeline managem
Maps CI provider signatures to internal toggles using environment variable bindings.
Forever is a process manager and command-line utility designed to run scripts continuously. It functions as a process watchdog that monitors background tasks and automatically restarts them upon failure to ensure continuous operation. The system provides a log streaming tool to capture and monitor the standard output and error streams of managed scripts in real time. It also includes development hot reloading, which triggers a process restart whenever modifications are detected in source files or specified directories. The tool covers a broad range of orchestration capabilities, including pr
Uses structured JSON files to map application names to their respective startup commands and environment settings.
Browserslist is a browser compatibility configuration tool and a shared specification that synchronizes target browser versions across front-end build tools. It serves as a centralized system for defining browser support, ensuring consistency across CSS autoprefixers, JavaScript transpilers, and linting tools. The tool integrates browser usage analytics to determine target lists based on real-world traffic statistics and global usage data. It also functions as a user agent regex generator, converting browser version queries into regular expressions for matching and validating browser user age
Binds environment variables to specific browser query strings to vary targets between development and production.
Capistrano is a Ruby-based release manager and remote server orchestrator. It uses SSH to push code updates and execute a standardized sequence of deployment tasks across a fleet of remote machines. The tool distinguishes itself through role-based server targeting and parallel connection pooling, allowing users to assign functional labels to servers and execute commands across multiple machines simultaneously. It manages multiple environments by applying a single deployment definition across different stages through parameter-based mapping. The system provides a framework for remote task exe
Maps environment-specific variables and server lists to reuse a single deployment logic across different stages.
This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable applications within the Laravel framework. It focuses on clean code standards, applying the single responsibility and DRY principles to ensure codebase predictability and consistency. The guide emphasizes decoupling components by moving business logic into service layers and shifting input validation into dedicated request classes to keep controllers lean. It advocates for the use of a service container and dependency injection to reduce class coupling and improve testability. The
Maps environment variables to configuration files to ensure consistent access through helper functions.
Cross is a container-based build environment and cross-compilation tool for Rust. It functions as a multi-architecture binary builder and testing framework, allowing users to compile crates into binaries for different operating systems and CPU architectures without installing local toolchains on the host system. The project distinguishes itself by using Docker images to provide consistent toolchains and system dependencies for foreign target architectures. It integrates the Zig toolchain within container images to facilitate compilation across various architectures and library versions, and i
Cross controls which host environment variables are forwarded into the build environment globally or on a per-target basis.
This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific controller actions using defined patterns and configuration. It serves as a programmatic interface for defining, loading, and resolving URL patterns, while providing a URL generator to produce absolute or relative URIs from route names and parameters. The system supports diverse route loading through YAML, XML, PHP arrays, and class attributes, utilizing compiled route matching to optimize performance. It enables sophisticated request handling through regex-based path matching, sub-do
References system environment variables at runtime to handle machine-specific settings without clearing caches.
Craco is a configuration layer for Create React App that modifies Webpack and Jest settings without requiring the project to eject. It functions as a build tool plugin system and configuration manager, allowing for the injection of custom settings and third-party logic into the frontend build pipeline. The project utilizes a hook-based architecture and non-destructive configuration merging to override default settings. This allows for Webpack configuration overrides and Jest configuration tuning while maintaining the original source files. The system covers a broad range of build pipeline ex
Provides mechanisms to map specific configuration logic to active environment variables for differentiating build outputs.
This is a local development server extension for VS Code that provides static file hosting and automatic browser reloading upon saving source files. It functions as a live reloading tool and static file web server, allowing developers to preview web pages locally with support for custom ports and root directories. The project distinguishes itself by offering a local network preview server that exposes projects to other devices on the same wireless network via IP. It also includes a development proxy capable of adding Cross-Origin Resource Sharing headers and proxying traffic to external URIs.
Uses JSON files to translate configuration settings into server parameters for ports and browser executables.
Rushstack هي مجموعة أدوات شاملة لإدارة مستودعات TypeScript الكبيرة (monorepos)، توفر إطار عمل لأتمتة خط أنابيب البناء، وتنسيق التبعية، والتحليل الثابت. تعمل كمنسق بناء تزايدي ونظام إدارة مصمم للحفاظ على الاتساق والأداء عبر حزم متعددة في مساحة عمل مشتركة. يتميز النظام من خلال نموذج تنفيذ قائم على الرسوم البيانية غير الدورية الموجهة والتزايد القائم على تجزئة المحتوى، مما يضمن إعادة بناء المشاريع المتأثرة فقط. كما يعمل على تحسين تدفقات عمل التطوير عبر التخزين المؤقت لآثار البناء عن بعد مع تكاملات لـ S3 وAzure وHTTP، ويستخدم إدارة مساحة العمل القائمة على الروابط الرمزية (symlink) للرؤية الفورية للتغييرات المحلية. تغطي مجموعة الأدوات مجموعة واسعة من القدرات بما في ذلك تدفقات عمل الإصدار المؤتمتة، وتحليل عقد API، وفرض جودة الكود على مستوى المؤسسة من خلال ملفات تعريف التدقيق (linting) المعيارية. كما توفر دعماً واسعاً لتجميع الأصول، وتحويل TypeScript، وتوليد تعريفات النوع من مخططات JSON والأصول الثابتة. تشمل مجالات المرافق الإضافية إدارة التوطين، وتوليد إشعارات الترخيص، وتنسيق واجهات سطر الأوامر مع مخرجات العمليات المتزامنة.
Associates command-line parameters with environment variables to provide fallback configuration values.
This is a configuration manager for Node.js applications that handles hierarchical settings across different deployment environments. It functions as an environment-based loader and settings parser that merges default configurations with overrides based on the current runtime context and hostname. The project distinguishes itself through a priority-based merge strategy that incorporates environment variables, command-line arguments, and external data sources to supersede file-based settings. It supports multi-format parsing for JSON, YAML, JavaScript, and TypeScript files, and allows for cust
Binds system environment variables to configuration keys with support for boolean and numeric type casting.
node-config هو مدير إعدادات لتطبيقات Node.js يقوم بتحميل ودمج وإدارة إعدادات التطبيق عبر بيئات النشر المختلفة. يعمل كمُحمل إعدادات هرمي يحدد الإعدادات الافتراضية ويتجاوزها بناءً على البيئة أو اسم المضيف أو معرف المثيل. يوفر المشروع أداة تعيين لمتغيرات البيئة لربط المتغيرات الخارجية ووسائط سطر الأوامر بهياكل الإعدادات الداخلية. كما يتضمن عميل إعدادات خارجية لجلب الإعدادات من مزودين بعيدين أثناء عملية التشغيل. يدعم النظام مواصفات مخصصة لدليل الإعدادات وحقن مُحللات خارجية لتنسيقات الملفات غير القياسية. ويتضمن إطار عمل للتحقق لضمان وجود ملفات الإعدادات المطلوبة قبل بدء التطبيق، ويسمح بتغيير الإعدادات في وقت التشغيل لتجاوز الثبات أثناء الاختبار.
Overrides internal configuration structure values by mapping them to specific external environment variable names.
AnyBar هو شاشة عرض حالة يتم التحكم فيها عبر الشبكة لشريط قائمة macOS. تعمل كأداة خلفية تعرض نقطة ملونة أو أيقونة مخصصة لتمثيل حالة العمليات أو النصوص البرمجية الخارجية. يتم تحديث التطبيق عن بُعد عبر مقابس TCP، مما يسمح بتغيير الحالة المرئية واللون والصور للمؤشر من خلال أوامر الشبكة. يدعم أيقونات الحالة المخصصة عن طريق حل أوامر النص إلى ملفات صور محددة مخزنة في دليل محلي. تسمح الأداة بالنشر متعدد المثيلات، حيث يمكن تشغيل مؤشرات حالة مستقلة في وقت واحد عن طريق تعيين كل منها لمنفذ شبكة فريد باستخدام متغيرات البيئة.
Uses environment variables to map unique network ports to individual status indicator instances.
envconfig is a Go configuration decoder and environment variable mapper that deserializes environment variables into structured Go data types. It provides tools for validating mandatory fields and ensuring application configuration adheres to the external configuration patterns of twelve-factor app compliance. The library features a help generator that creates formatted usage text based on struct definitions to describe expected environment variables. It also includes a validation tool capable of detecting unused environment variables that match a specific prefix but do not correspond to any
Binds environment variables to application configuration settings using custom names and default values.
هذا المشروع عبارة عن دراسة تقنية ودليل تحليل يركز على البنية الداخلية لـ Node.js. يوفر فحصاً متعمقاً لوقت التشغيل، مع التركيز على كيفية إدارة المحرك لمقابض الذاكرة، وتنفيذ العمليات غير المتزامنة، وتنفيذ منطق الوحدات الأساسية. يحلل الدليل بشكل خاص تكامل فئات ودوال C++ الأصلية في JavaScript ويوثق سلوك حلقة أحداث libuv. يتضمن مراجع مفصلة لتحسين الأداء من خلال تحديد حالات فشل مترجم V8 وتوصيف التنفيذ لتحسين كفاءة الموارد. تغطي المادة مجموعة واسعة من الأنظمة الداخلية، بما في ذلك برمجة الشبكات منخفضة المستوى لـ TCP و UDP، وإدارة العمليات للعناقيد والعمليات الفرعية، وآليات الإدخال/الإخراج غير المحظورة. كما يستكشف التنفيذ على مستوى المصدر للمخازن المؤقتة، والتدفقات، وطبقة الربط من الأصل إلى النص البرمجي.
Maps native variables to properties using getters and setters to synchronize data across environments.
mason-lspconfig.nvim is a configuration bridge for Neovim that connects the Mason package manager with the nvim-lspconfig library. It functions as an automated language server protocol manager and installer, translating package identifiers into the specific configuration settings required to activate language servers within the editor. The project streamlines the development environment by mapping naming conventions between package managers and configuration libraries. This ensures that language server binaries are correctly located, installed, and activated based on detected file types or pr
Maps naming conventions between package managers and configuration libraries to ensure cross-tool compatibility.