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

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

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

greencoda/confiq

0
View on GitHub↗
40 نجوم·0 تفرعات·Go·MIT·3 مشاهدات

Confiq

Structured data format to config struct decoder library for Go

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • إدارة الإعدادات - Decodes structured data formats into Go structs.

سجل النجوم

مخطط تاريخ النجوم لـ greencoda/confiqمخطط تاريخ النجوم لـ greencoda/confiq

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

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

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

Start searching with AI

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

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

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

ما هي وظيفة greencoda/confiq؟

Structured data format to config struct decoder library for Go

ما هي الميزات الرئيسية لـ greencoda/confiq؟

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

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

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