This project aims to provide convince documentation generation for golang based projects. The following documentation generations are currently included:
Input | Output | API function |
---|---|---|
*cli.App |
Markdown string |
func CliToMan(*cli.App) (string, error) |
*cli.App |
Man Page string |
func CliToMarkdown(*cli.App) (string, error |
You want to contribute to this project? Wow, thanks! So please just fork it and send me a pull request.