Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 568 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 568 Bytes

Contributing to drawio-textconv

Setting up drawio-textconv for development

To set up drawio-textconv for development, you need Bash and Shellcheck installed on your system.

Generating the man page

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

Running the linter

To execute the linter, run:

shellcheck bin/* libexec/*.bash