awesome-repositories.com
المدونة
MCP
awesome-repositories.com

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

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

gurkankaymak/hocon

0
View on GitHub↗

Hocon

go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config

Features

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

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

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

Start searching with AI
Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • إدارة الإعدادات - HOCON configuration library.
  • 92 نجوم·20 تفرعات·Go·MIT·2 مشاهدات

    سجل النجوم

    مخطط تاريخ النجوم لـ gurkankaymak/hoconمخطط تاريخ النجوم لـ gurkankaymak/hocon

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

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Hocon.
    • 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 لـ Hocon→

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

    ما هي وظيفة gurkankaymak/hocon؟

    go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config

    ما هي الميزات الرئيسية لـ gurkankaymak/hocon؟

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

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

    تشمل البدائل مفتوحة المصدر لـ gurkankaymak/hocon: 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.