You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing PowerShell modules is fun but can be tedious to set up.
4 years ago I created this repo as a base that can be copped to create modules.
As I was setting up a new module (https://github.com/ili101/PartnerCustomerCommunity) I realized I didn't use my own template, this showed me it's not good enough. So I'm thinking of improving it in 2 ways:
New-ModuleTemplate
New-ModuleTemplate Cmdlet that is sort of a wizard for creating a new module. It will ask you for a name, and the components you will like to use and create it for you, no need to copy and configure manually.
Collaboration
Why write stuff from scratch, if better solutions are available? We can promote other good tools and make them accessible easily.
Those are the areas I was thinking you will be able to select if and what to use:
Writing PowerShell modules is fun but can be tedious to set up.
4 years ago I created this repo as a base that can be copped to create modules.
As I was setting up a new module (https://github.com/ili101/PartnerCustomerCommunity) I realized I didn't use my own template, this showed me it's not good enough. So I'm thinking of improving it in 2 ways:
New-ModuleTemplate
New-ModuleTemplate
Cmdlet that is sort of a wizard for creating a new module. It will ask you for a name, and the components you will like to use and create it for you, no need to copy and configure manually.Collaboration
Why write stuff from scratch, if better solutions are available? We can promote other good tools and make them accessible easily.
Those are the areas I was thinking you will be able to select if and what to use:
Git
Build
GitHub
Test
GitHub Actions
Azure Pipelines
Publish to the gallery.
Help?
What other tools or best practices are there that can be included or replace the ones I made?
Do you like to help?
The text was updated successfully, but these errors were encountered: