awesome-repositories.comالتصنيفاتالمدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
goraz avatar

goraz/onion

0
View on GitHub↗

Onion

Layer based configuration for golang

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI
  • إدارة الإعدادات - Layered configuration library.
  • 119 نجوم·16 تفرعات·Go·MIT·7 مشاهدات

    سجل النجوم

    مخطط تاريخ النجوم لـ goraz/onionمخطط تاريخ النجوم لـ goraz/onion

    بدائل مفتوحة المصدر لـ Onion

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Onion.
    • agilira/argusالصورة الرمزية لـ agilira

      agilira/argus

      170عرض على GitHub↗

      High-performance configuration management framework for Go applications with zero-allocation performance, universal format support (JSON, YAML, TOML, HCL, INI, Properties), and an ultra-fast CLI powered by Orpheus.

      Goagilira-orpheuscliconfiguration-management
      عرض على GitHub↗170
    • alecthomas/kongالصورة الرمزية لـ alecthomas

      alecthomas/kong

      2,976عرض على GitHub↗

      Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg

      Gocommand-linecommandsflags
      عرض على GitHub↗2,976
    • adrg/xdgالصورة الرمزية لـ adrg

      adrg/xdg

      1,002عرض على GitHub↗

      Go implementation of the XDG Base Directory Specification and XDG user directories

      Gocross-platformgogolang
      عرض على GitHub↗1,002
    • andreiavrammsd/configالصورة الرمزية لـ andreiavrammsd

      andreiavrammsd/config

      0عرض على GitHub↗

      Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes

      Goconfigurationenvironmentgolang
      عرض على GitHub↗0
    عرض جميع البدائل الـ 30 لـ Onion→

    الأسئلة الشائعة

    ما هي وظيفة goraz/onion؟

    Layer based configuration for golang

    ما هي الميزات الرئيسية لـ goraz/onion؟

    الميزات الرئيسية لـ goraz/onion هي: Configuration Management, إدارة الإعدادات.

    ما هي البدائل مفتوحة المصدر لـ goraz/onion؟

    تشمل البدائل مفتوحة المصدر لـ goraz/onion: andreiavrammsd/config — Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes. antham/envh — Go helpers to manage environment variables. alecthomas/kong — Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments… adrg/xdg — Go implementation of the XDG Base Directory Specification and XDG user directories. agilira/argus — High-performance configuration management framework for Go applications with zero-allocation performance, universal… atelpis/enflag — Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies.