Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

REOScotte/ModuleTemplate

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
14 Commits
 
 
 
 
 
 

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

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.