Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

PSModule process plugin

This repository hosts the psmodule GitHub Copilot CLI marketplace and its psmodule plugin. The marketplace and plugin are owned and released with the PSModule process.

Install through the marketplace

Register this repository's marketplace and install the plugin:

copilot plugin marketplace add https://github.com/PSModule/Process-PSModule.git
copilot plugin install psmodule

Install directly

Install the plugin directly from this repository:

copilot plugin install PSModule/Process-PSModule:.github/plugin/psmodule

The plugin provides the psmodule-pester-migration skill for migrating every Pester test set in a PSModule repository to Pester 6.1.0, and the psmodule-v8-upgrade skill for upgrading Process-PSModule consumer repositories to framework v8. It also provides psmodule-zensical-migration for migrating legacy MkDocs sites to the Process-PSModule Zensical design. Verify the installation with:

copilot plugin list
/skills list

The marketplace catalog is in marketplace.json, and plugin metadata is in plugin.json.