1 रिपॉजिटरी
Tools that generate usage documentation based on application configuration definitions.
Distinct from Expectation Documentation Generators: Generates documentation from struct definitions rather than data quality rules
Explore 1 awesome GitHub repository matching software engineering & architecture · Configuration Help Generators. Refine with filters or upvote what's useful.
envconfig is a Go configuration decoder and environment variable mapper that deserializes environment variables into structured Go data types. It provides tools for validating mandatory fields and ensuring application configuration adheres to the external configuration patterns of twelve-factor app compliance. The library features a help generator that creates formatted usage text based on struct definitions to describe expected environment variables. It also includes a validation tool capable of detecting unused environment variables that match a specific prefix but do not correspond to any
Generates formatted help text describing expected environment variables based on configuration struct definitions.