confl
Config parser
A config parser with lenient syntax and comments similar to Nginx format.
Config parser for go, modeled after Nginx format, Nice lenient syntax with Comments
138 stars
15 watching
20 forks
Language: Go
last commit: over 4 years ago configconfigurationgolang
Related projects:
Repository | Description | Stars |
---|---|---|
go-gcfg/gcfg | A Go library that reads INI-style configuration files into data structures | 168 |
sasbury/mini | A package that parses and interprets configuration files in the ini style. | 35 |
vrischmann/envconfig | A library to parse configuration from environment variables and fill structs. | 241 |
madmurphy/libconfini | A C-based library for parsing configuration files in a human-readable format. | 164 |
easco/configparser_ex | A parser for config files in the style of Windows INI | 19 |
kevinburke/ssh_config | A Go library for parsing and manipulating SSH configuration files | 429 |
diffsk/configobj | A Python library for parsing and generating configuration files in various formats | 321 |
rhaist/surevego | A Go library to parse the configuration of a network intrusion detection system from a specific file format. | 14 |
editorconfig/editorconfig-core-go | A Go library that parses and manipulates .editorconfig files for configuration management in software development. | 141 |
vstakhov/libucl | A C library for parsing and generating configuration files in a simplified, human-readable format inspired by the Nginx configuration syntax. | 1,627 |
borudar/configuration | A configuration library for Go programs that supports multiple data sources and types | 108 |
go-simpler/env | A package that simplifies loading environment variables into configuration structures in Go applications. | 67 |
fernandolguevara/deno-envconfig | A TypeScript library for parsing and generating environment variable configurations. | 2 |
libconfuse/libconfuse | A C library for parsing configuration files with support for sections and values, including strings, numbers, functions, and nested includes. | 476 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,039 |