A tool for converting Microsoft Compiled HTML Help (.chm) file to Kapeli's Dash compatible Docset bundle
usage: chm2docset [inputfile]
-out string
Output directory or file path (default "./")
-platform string
DocSet Platform Family (default "unknown")
brew install chmlib
go get -u go github.com/ngs/chm2docset
go install github.com/ngs/chm2docset
chm2docset -platform docset-platform -out /path/to/MyRef.docset /path/to/MyReference.chm
MIT