Skip to content

Template Quickstart#

Start new modules from the PSModule template repository:

Quickstart#

  1. Create a new repository from the template.
  2. Replace placeholder metadata and remove scaffold sample files.
  3. Add your first public command and tests.
  4. Validate .github/PSModule.yml defaults for your module.
  5. Open a draft pull request and run the full pipeline.

Expected outcomes#

  • repository follows Process-PSModule structure
  • module can be built and tested in CI
  • release strategy is ready when functionality is implemented

For framework-level practices, refer to MSX Ways of Working.