{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/20"},{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/5"},{"label":"Documentation","url":"https://skillfed.io/packages/category/documentation/2"},{"label":"Documentation","url":"https://skillfed.io/packages/category/software-development-documentation"},{"label":"Markdown","url":"https://skillfed.io/packages/category/text-processing-markup-markdown"}],"enrichment":{"capability":"Generates markdown documentation files automatically from click CLI command hierarchies, creating one markdown file per command and subcommand.","skillfed_tags":["documentation-generation","markdown"],"use_cases":["Generate initial markdown documentation for a new CLI project without manual command documentation","Keep CLI documentation in sync with code changes by regenerating markdown files after modifying commands","Create a reference guide showing all available commands, options, and help text in browsable format","Automate documentation generation in CI/CD pipelines to ensure docs stay current with code"],"what_it_does":"MD-Click is a command-line tool that introspects click CLI projects and automatically generates markdown documentation files. It recursively walks through a command group, creating one markdown file per command and subcommand, named in formats like `parent-command.md` or `parent-command-subcommand.md`. The tool solves the problem of maintaining separate documentation for click-based CLI tools by automating the extraction of command names, options, help text, and structure directly from Python code.\n\nYou run it by pointing it at your click module and specifying an output directory, and it generates the full documentation tree. It requires click and build as runtime dependencies. The project is marked as Production/Stable but has been dormant since its single release on 2025-02-06.","worth_installing":"Yes, if you maintain a click CLI and want automated markdown documentation. Install friction is low and the license is permissive. However, the project is dormant with no maintenance activity since release\u2014if you encounter issues or need support for new features, you may need to fork or patch it yourself."},"id":"md-click-2","links":{"html":"https://skillfed.io/packages/md-click-2","md":"https://skillfed.io/packages/md-click-2.md","pypi":"https://pypi.org/project/md-click-2/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2025-02-06","license_spdx":null,"license_treatment":"permissive","name":"md-click-2","python_support":"supports_current","summary":"A fork. A command line tool for automatically generating .md files from click's CLI command."},"popularity":{"monthly_downloads":95098,"position":13291,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.1"}
