dashing

Generate Dash documentation from HTML files

brewmacoslinux
Try with needOr install directly
Source

About

Generate Dash documentation from HTML files

Commands

dashing

Examples

Create a Dash docset from HTML files in a directory$ dashing build /path/to/html/files
Generate docset with custom name and icon$ dashing build --name MyDocs --icon icon.png /path/to/html
Convert HTML documentation to viewable Dash format$ dashing build && open *.docset