A script to build a PowerShell docset for Dash.
It currently documents the 4,900+ cmdlets
which are listed in the
Cmdlet Reference
pages listed in indexes.yaml
.
Building the docset requires Python
and pip
. The dependencies are:
BeautifulSoup4
PyYAML
requests
$ make dependencies
$ make
It takes 70-90 minutes to build and the end result is a little over 100 MB uncompressed.
Then open the Dash application and add the PowerShell.docset
file.
Add
as a Docset feed URL to get automatic updates.
The docset is dedicated to the public domain. Refer to the LICENSE
file for
more information.