awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to diffsk/configobj

Open-source alternatives to Configobj

30 open-source projects similar to diffsk/configobj, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Configobj alternative.

  • abinnovision/nestjs-commonsAvatar von abinnovision

    abinnovision/nestjs-commons

    64Auf GitHub ansehen↗

    💥 Collection of common packages for NestJS: configx, hatchet integration, flydrive and more

    TypeScript
    Auf GitHub ansehen↗64
  • adhenawer/claude-snapshotA

    adhenawer/claude-snapshot

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • adobe/butlerA

    adobe/butler

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • adrg/xdgAvatar von adrg

    adrg/xdg

    1,002Auf GitHub ansehen↗

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

    Gocross-platformgogolang
    Auf GitHub ansehen↗1,002
  • agilira/argusAvatar von agilira

    agilira/argus

    170Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗170
  • ainova-systems/intelligence-syncA

    ainova-systems/intelligence-sync

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • alecthomas/kongAvatar von alecthomas

    alecthomas/kong

    2,976Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,976
  • andreiavrammsd/configAvatar von andreiavrammsd

    andreiavrammsd/config

    0Auf GitHub ansehen↗

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

    Goconfigurationenvironmentgolang
    Auf GitHub ansehen↗0
  • antham/envhAvatar von antham

    antham/envh

    100Auf GitHub ansehen↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    Auf GitHub ansehen↗100
  • aosasona/dotenvA

    aosasona/dotenv

    0Auf GitHub ansehen↗

    Quick start - Installation

    Auf GitHub ansehen↗0
  • atelpis/enflagAvatar von atelpis

    atelpis/enflag

    38Auf GitHub ansehen↗

    Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies.

    Goclicommand-lineconfig
    Auf GitHub ansehen↗38
  • azure/appconfiguration-goproviderAvatar von Azure

    Azure/AppConfiguration-GoProvider

    5Auf GitHub ansehen↗

    The configuration provider for consuming data in Azure App Configuration from Go applications.

    Go
    Auf GitHub ansehen↗5
  • beatlabs/harvesterAvatar von beatlabs

    beatlabs/harvester

    134Auf GitHub ansehen↗

    Harvest configuration, watch and notify subscriber

    Goconfiguration-managementgogolang
    Auf GitHub ansehen↗134
  • bitwalker/conformAvatar von bitwalker

    bitwalker/conform

    378Auf GitHub ansehen↗

    Easy, powerful, and extendable configuration tooling for releases.

    Elixir
    Auf GitHub ansehen↗378
  • bkeepers/dotenvAvatar von bkeepers

    bkeepers/dotenv

    6,758Auf GitHub ansehen↗

    Dotenv is a Ruby library used for loading key-value pairs from files into an application environment. It includes a configuration parser to extract variables into hashes and a loader to inject those pairs into the global environment. The project features a variable interpolator that resolves environment variables and shell command outputs within configuration values. It also provides a validator to verify that required configuration keys are present during application initialization. The toolset covers environment variable management, including the ability to generate configuration templates

    Ruby
    Auf GitHub ansehen↗6,758
  • borudar/configurationAvatar von BoRuDar

    BoRuDar/configuration

    108Auf GitHub ansehen↗

    Library for setting values to structs' fields from env, flags, files or default tag

    Go12-factorconfigconfiguration
    Auf GitHub ansehen↗108
  • burntsushi/tomlAvatar von BurntSushi

    BurntSushi/toml

    4,904Auf GitHub ansehen↗

    This is a TOML parser and serializer for the Go language. It serves as a data serialization library and configuration file mapper that encodes and decodes data between Go structures and the TOML configuration format. The library provides interfaces for custom type marshaling, allowing for specialized logic when parsing or serializing specific data types. It transforms structured objects into deterministic TOML documents for storage or transmission. The project covers a broad range of data processing capabilities, including structured value encoding, TOML data generation, and metadata inspect

    Go
    Auf GitHub ansehen↗4,904
  • bytedance/sonicAvatar von bytedance

    bytedance/sonic

    9,492Auf GitHub ansehen↗

    Sonic is a high-performance Go JSON serialization library that provides tools for encoding and decoding native data structures. It functions as a JIT-accelerated encoder, a JSON AST parser, a stream processor, and a lazy decoder. The project utilizes just-in-time machine code generation to optimize the encoding of large data schemas and employs a JIT assembler to maximize serialization and deserialization speeds. It features a precompiled schema warmup process to prevent latency spikes during initial execution and leverages SIMD hardware instructions for accelerated parsing. The library cove

    Gohigh-performancejitjson
    Auf GitHub ansehen↗9,492
  • caarlos0/envAvatar von caarlos0

    caarlos0/env

    6,004Auf GitHub ansehen↗

    env is a Go library that reads environment variables and populates the fields of a Go struct according to tag directives. It uses reflection to iterate over struct types and tags at runtime, mapping environment variable names to struct fields and applying parsing behavior defined in struct tags. The library supports required field validation, returning errors when marked fields are missing or empty after parsing. It also provides default value fallback from struct tags when environment variables are not set, environment variable expansion that recursively substitutes references within values,

    Goconfigconfigurationenvironment
    Auf GitHub ansehen↗6,004
  • cbednarski/hostessC

    cbednarski/hostess

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • chaindead/zerocfgAvatar von chaindead

    chaindead/zerocfg

    200Auf GitHub ansehen↗

    Zero-effort, concise configuration management that avoids boilerplate and repetitive actions.

    Goconfigconfigurationenvironment
    Auf GitHub ansehen↗200
  • conduit8/conduit8C

    conduit8/conduit8

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • craue/craueconfigbundleC

    craue/CraueConfigBundle

    0Auf GitHub ansehen↗

    CraueConfigBundle manages configuration settings stored in the database and makes them accessible via a service in your Symfony project. These settings are similar to those defined in parameters.yml but can be modified at runtime, e.g. by an admin user.

    Auf GitHub ansehen↗0
  • crgimenes/goconfigC

    crgimenes/goConfig

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • cristalhq/aconfigAvatar von cristalhq

    cristalhq/aconfig

    634Auf GitHub ansehen↗

    Simple, useful and opinionated config loader.

    Gocommand-lineconfigconfiguration
    Auf GitHub ansehen↗634
  • ctripcorp/apolloAvatar von ctripcorp

    ctripcorp/apollo

    29,760Auf GitHub ansehen↗

    Apollo is a microservice configuration management system and dynamic configuration center. It serves as a centralized platform for storing, distributing, and syncing application settings across distributed environments to maintain consistency across various clusters. The system distinguishes itself through a dynamic configuration orchestrator that supports real-time updates to connected applications, eliminating the need for manual service restarts. It features a grayscale configuration deployment tool for rolling out changes to a small subset of service instances and a version control system

    Java
    Auf GitHub ansehen↗29,760
  • custompro98/glenvAvatar von custompro98

    custompro98/glenv

    2Auf GitHub ansehen↗

    Type-safe environment variables for Gleam.

    Gleam
    Auf GitHub ansehen↗2
  • d0rc/sweetconfigAvatar von d0rc

    d0rc/sweetconfig

    3Auf GitHub ansehen↗

    something to forget about configuration in releases

    Elixir
    Auf GitHub ansehen↗3
  • d87/mpv-persist-propertiesD

    d87/mpv-persist-properties

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • a8m/envsubstA

    a8m/envsubst

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0