envdoc
doc generator
Generates documentation for environment variables in Go structs
Go tool to generate documentation for environment variables
61 stars
3 watching
2 forks
Language: Go
last commit: 10 days ago
Linked from 1 awesome list
devtoolsdocumentationgogo-generate
Related projects:
Repository | Description | Stars |
---|---|---|
nasermirzaei89/env | A package to access environment variables in Go | 18 |
syntaqx/env | A utility package for working with environment variables in Go programs | 6 |
diegomarangoni/typenv | A minimalistic typed environment variables library for Go that supports various data types and provides flexible configuration options. | 9 |
ian-kent/envconf | Tools to configure Go applications from environment variables. | 11 |
nodeca/ndoc | A tool for generating documentation from JavaScript source code | 101 |
sakirsensoy/genv | A Go library that simplifies access to environment variables in projects. | 39 |
codingconcepts/env | A tool for loading environment variables into Go structs in a flexible and type-safe manner. | 114 |
jakenvac/goid | A UUID generator package in Go. | 41 |
zmb3/gogetdoc | Tools to easily look up documentation for items in Go source code from within the editor. | 183 |
fernandolguevara/deno-envconfig | A TypeScript library for parsing and generating environment variable configurations. | 2 |
senselogic/generis | A lightweight code preprocessor for Go that adds features like generics and HTML templating. | 43 |
subosito/gotenv | A package that loads environment variables from files or io.Reader in Go. | 300 |
schdck/create-env-json | Generates a JSON file with customizable environment variables. | 15 |
lvyahui8/goenum | Automated enumeration type implementation with utility functions. | 12 |
abice/go-enum | Generates Go enum types with optional niceties like iota definitions and string implementations. | 756 |