Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 801 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 801 Bytes

PowerShell.docset

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.

Dependencies

Building the docset requires Python and pip. The dependencies are:

  • BeautifulSoup4
  • PyYAML
  • requests
$ make dependencies

Usage

Manual

$ 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.

Hosted Feed

Add

http://powershell.docset.citruspi.io/feed/

as a Docset feed URL to get automatic updates.

License

The docset is dedicated to the public domain. Refer to the LICENSE file for more information.