Template Quickstart#
Start new modules from the PSModule template repository:
Quickstart#
- Create a new repository from the template.
- Replace placeholder metadata and remove scaffold sample files.
- Add your first public command and tests.
- Validate
.github/PSModule.ymldefaults for your module. - 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.