-
Notifications
You must be signed in to change notification settings - Fork 0
REOScotte/ModuleTemplate
Folders and files
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
Repository files navigation
Use GenerateModuleTemplate.ps1 to create a new module development template.
The contents of ModuleTemplate should not be modified directly. The script will copy the contents and modify as needed based on the values given to the script.
The actual output of the script can be used to further modify a development template for new modules created for an organization.
The output of the script should be checked into source control and the actual powershell module inside should be published and used to create and manage modules.
Example
$params = @{
Path = 'C:\Users\scott\OneDrive\Source\Repos\SC_Module'
FullCompanyName = 'scottes.com'
DomainName = 'scottes.com'
ShortCompanyName = 'Scotte'
Prefix = 'SC'
Author = 'Scott Crawford'
}
C:\Users\scott\OneDrive\Source\Repos\ModuleTemplate\GenerateModuleTemplate.ps1 @params
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published