PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
762 stars 148 forks source link

Create new cmdlets for creating Cab/Zip files for updateable help #640

Open sdwheeler opened 3 months ago

sdwheeler commented 3 months ago

Summary of the new feature / enhancement

Need a cmdlet to replace New-ExternalHelpCab from platyPS 0.14.

Proposed technical implementation details (optional)

This needs to be cross-platform, where the CAB step is skipped on non-Windows platforms. Suggest using existing script-based cmdlet and tweaking it.