nf-docs v0.1.0
Initial release of nf-docs.
Added
nf-docs generatecommand to extract and render pipeline documentation in HTML, JSON, YAML, and
Markdown formatsnf-docs inspectcommand for a dry-run summary of what nf-docs finds in a pipelinenf-docs download-lspandnf-docs clear-cacheutility commands- Extraction of pipeline inputs from
nextflow_schema.jsonand config parameters from
nextflow.config - Process, workflow, and function documentation via the Nextflow Language Server (LSP), including
Groovydoc docstrings and typed I/O declarations - nf-core
meta.ymlsupport for enriched module and subworkflow documentation - Git-aware source code deep links for GitHub, GitLab, and Bitbucket
- XDG-compliant caching keyed by content hash and package version, with automatic invalidation
- User config file at
~/.config/nf-docs/config.yamlfor persistent defaults
Full Changelog: https://github.com/ewels/nf-docs/commits/v0.1.0