As a possible approach for PotentialContribution/ModuleCreation I have created a working demo branch that generates a fresh module following ModuleBuilder best practices.
The code is obviously just to make things work. If desired I could go forth and create a proper PR to get things started for real. Motivation bulleted in the code New-ModuleSkeleton source. The intended 30-second-up-and-running user story would be something like:
- install ModuleBuilder
- run New-ModuleSkeleton -Name MyNewModule
- cd MyNewModule
- build
- Get-HelloMyNewModule (optional)
Also:
- commit ready
- azure pipelines ready
- pester ready
Please let me know
As a possible approach for PotentialContribution/ModuleCreation I have created a working demo branch that generates a fresh module following ModuleBuilder best practices.
The code is obviously just to make things work. If desired I could go forth and create a proper PR to get things started for real. Motivation bulleted in the code
New-ModuleSkeletonsource. The intended 30-second-up-and-running user story would be something like:Also:
Please let me know