The envdoc package is an excellent tool for generating documentation for environment variables in various formats (markdown, plaintext, html, dotenv). Currently, the tool provides predefined templates for these formats, which cover most common use cases.
However, in some scenarios, users might need to customize the output to adhere to specific formatting or documentation standards not supported by the predefined templates.
Proposal: Add a new flag -template (path string, optional) to allow users to specify a custom template for generating the output. If this flag is set, the tool will use the provided template instead of the default ones.
Let me know if you need help with implementation or further discussion
The
envdocpackage is an excellent tool for generating documentation for environment variables in various formats (markdown, plaintext, html, dotenv). Currently, the tool provides predefined templates for these formats, which cover most common use cases.However, in some scenarios, users might need to customize the output to adhere to specific formatting or documentation standards not supported by the predefined templates.
Proposal: Add a new flag
-template(path string, optional) to allow users to specify a custom template for generating the output. If this flag is set, the tool will use the provided template instead of the default ones.Let me know if you need help with implementation or further discussion