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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 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 de abinnovision

    abinnovision/nestjs-commons

    64Ver en GitHub↗

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

    TypeScript
    Ver en GitHub↗64
  • adhenawer/claude-snapshotA

    adhenawer/claude-snapshot

    0Ver en GitHub↗
    Ver en GitHub↗0
  • adobe/butlerA

    adobe/butler

    0Ver en GitHub↗
    Ver en GitHub↗0
  • adrg/xdgAvatar de adrg

    adrg/xdg

    1,002Ver en GitHub↗

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

    Gocross-platformgogolang
    Ver en GitHub↗1,002
  • agilira/argusAvatar de agilira

    agilira/argus

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

    ainova-systems/intelligence-sync

    0Ver en GitHub↗
    Ver en GitHub↗0

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • alecthomas/kongAvatar de alecthomas

    alecthomas/kong

    2,976Ver en 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
    Ver en GitHub↗2,976
  • andreiavrammsd/configAvatar de andreiavrammsd

    andreiavrammsd/config

    0Ver en GitHub↗

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

    Goconfigurationenvironmentgolang
    Ver en GitHub↗0
  • antham/envhAvatar de antham

    antham/envh

    100Ver en GitHub↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    Ver en GitHub↗100
  • aosasona/dotenvA

    aosasona/dotenv

    0Ver en GitHub↗

    Quick start - Installation

    Ver en GitHub↗0
  • atelpis/enflagAvatar de atelpis

    atelpis/enflag

    38Ver en GitHub↗

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

    Goclicommand-lineconfig
    Ver en GitHub↗38
  • azure/appconfiguration-goproviderAvatar de Azure

    Azure/AppConfiguration-GoProvider

    5Ver en GitHub↗

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

    Go
    Ver en GitHub↗5
  • beatlabs/harvesterAvatar de beatlabs

    beatlabs/harvester

    134Ver en GitHub↗

    Harvest configuration, watch and notify subscriber

    Goconfiguration-managementgogolang
    Ver en GitHub↗134
  • bitwalker/conformAvatar de bitwalker

    bitwalker/conform

    378Ver en GitHub↗

    Easy, powerful, and extendable configuration tooling for releases.

    Elixir
    Ver en GitHub↗378
  • bkeepers/dotenvAvatar de bkeepers

    bkeepers/dotenv

    6,758Ver en GitHub↗

    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
    Ver en GitHub↗6,758
  • borudar/configurationAvatar de BoRuDar

    BoRuDar/configuration

    108Ver en GitHub↗

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

    Go12-factorconfigconfiguration
    Ver en GitHub↗108
  • burntsushi/tomlAvatar de BurntSushi

    BurntSushi/toml

    4,904Ver en GitHub↗

    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
    Ver en GitHub↗4,904
  • bytedance/sonicAvatar de bytedance

    bytedance/sonic

    9,492Ver en GitHub↗

    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
    Ver en GitHub↗9,492
  • caarlos0/envAvatar de caarlos0

    caarlos0/env

    6,004Ver en GitHub↗

    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
    Ver en GitHub↗6,004
  • cbednarski/hostessC

    cbednarski/hostess

    0Ver en GitHub↗
    Ver en GitHub↗0
  • chaindead/zerocfgAvatar de chaindead

    chaindead/zerocfg

    200Ver en GitHub↗

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

    Goconfigconfigurationenvironment
    Ver en GitHub↗200
  • conduit8/conduit8C

    conduit8/conduit8

    0Ver en GitHub↗
    Ver en GitHub↗0
  • craue/craueconfigbundleC

    craue/CraueConfigBundle

    0Ver en GitHub↗

    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.

    Ver en GitHub↗0
  • crgimenes/goconfigC

    crgimenes/goConfig

    0Ver en GitHub↗
    Ver en GitHub↗0
  • cristalhq/aconfigAvatar de cristalhq

    cristalhq/aconfig

    634Ver en GitHub↗

    Simple, useful and opinionated config loader.

    Gocommand-lineconfigconfiguration
    Ver en GitHub↗634
  • ctripcorp/apolloAvatar de ctripcorp

    ctripcorp/apollo

    29,760Ver en GitHub↗

    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
    Ver en GitHub↗29,760
  • custompro98/glenvAvatar de custompro98

    custompro98/glenv

    2Ver en GitHub↗

    Type-safe environment variables for Gleam.

    Gleam
    Ver en GitHub↗2
  • d0rc/sweetconfigAvatar de d0rc

    d0rc/sweetconfig

    3Ver en GitHub↗

    something to forget about configuration in releases

    Elixir
    Ver en GitHub↗3
  • d87/mpv-persist-propertiesD

    d87/mpv-persist-properties

    0Ver en GitHub↗
    Ver en GitHub↗0
  • a8m/envsubstA

    a8m/envsubst

    0Ver en GitHub↗
    Ver en GitHub↗0