To set up drawio-textconv for development, you need Bash and Shellcheck installed on your system.
To generate the man page, run:
sphinx-build -aqEW -b man doc/sphinx build/man
Note: This requires the myst-parser
and sphinx
Python packages
to be installed.
To open the generated man page, run:
man build/man/drawio-textconv.1
To execute the linter, run:
shellcheck bin/* libexec/*.bash