Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/AppLockerProject/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true
Tags = 'module','psframework', 'applocker'
Author = 'Jan-Hendrik Peters'
Description = 'PowerShell Framework based AppLocker CI template'
Description = 'PSFramework-based AppLocker policy project scaffold with CI pipeline, build/test scripts and structure for authoring & validating AppLocker rules'
Exclusions = @("PSMDInvoke.ps1", ".PSMDDependency") # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{ }
NoFolder = $true
Expand Down
2 changes: 1 addition & 1 deletion templates/AzureFunction/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true
Tags = 'azure', 'function'
Author = 'Friedrich Weinmann'
Description = 'Basic Azure Function Template'
Description = 'Scaffold for a PowerShell Azure Functions app: base folder layout, sample function entry point and build hooks ready for adding specific triggers'
Exclusions = @("PSMDInvoke.ps1", ".PSMDDependency") # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{ }
NoFolder = $true # Whether invoking this template should generate a new folder ... or not.
Expand Down
2 changes: 1 addition & 1 deletion templates/AzureFunctionEventGrid/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true
Tags = 'azure', 'function', 'eventgrid'
Author = 'Jan-Hendrik Peters'
Description = 'Event Grid trigger endpoint for the basic Azure Function Template'
Description = 'Adds an Event Grid trigger function (function.json + run.ps1) to the base AzureFunction scaffold for handling Azure event notifications'
Exclusions = @("PSMDInvoke.ps1", ".PSMDDependency") # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{ }
}
2 changes: 1 addition & 1 deletion templates/AzureFunctionRest/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true
Tags = 'azure', 'function', 'rest'
Author = 'Friedrich Weinmann'
Description = 'HTTP Trigger endpoint for the basic Azure Function Template'
Description = 'Adds an HTTP (REST) trigger function with sample request/response handling to the base AzureFunction scaffold'
Exclusions = @("PSMDInvoke.ps1", ".PSMDDependency") # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{ }
}
2 changes: 1 addition & 1 deletion templates/AzureFunctionTimer/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true
Tags = 'azure', 'function', 'timer'
Author = 'Friedrich Weinmann'
Description = 'Timer Trigger endpoint for the basic Azure Function Template'
Description = 'Adds a timer (schedule) trigger function with example cron configuration to the base AzureFunction scaffold'
Exclusions = @("PSMDInvoke.ps1", ".PSMDDependency") # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{ }
}
2 changes: 1 addition & 1 deletion templates/DscClassBasedResource/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true
Tags = 'dscresource'
Author = 'Jan-Hendrik Peters'
Description = 'Basic class-based DSC resource template with support for Azure Guest Configuration'
Description = 'Class-based DSC resource scaffold (with GUID & year injection) including Azure Guest Configuration friendly structure and placeholder tests'
Exclusions = @("PSMDInvoke.ps1") # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{
guid = {
Expand Down
2 changes: 1 addition & 1 deletion templates/DscModule/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true
Tags = 'module'
Author = 'Friedrich Weinmann'
Description = 'Module scaffold with full CI/CD support to publish DSC resources in a module'
Description = 'Full DSC module project scaffold: resources folder layout, CI/CD & build scripts, automated versioning, test harness, manifest & metadata generation'
Exclusions = @("PSMDInvoke.ps1") # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{
guid = {
Expand Down
2 changes: 1 addition & 1 deletion templates/MiniModule/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true
Tags = 'module'
Author = 'Friedrich Weinmann'
Description = 'Module scaffold with full CI/CD support and minimal dependencies'
Description = 'Lean PowerShell module scaffold with CI/CD basics, minimal dependencies, build + test structure, manifest & metadata placeholders'
Exclusions = @("PSMDInvoke.ps1") # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{
guid = {
Expand Down
2 changes: 1 addition & 1 deletion templates/PSFModule/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true
Tags = 'module','psframework'
Author = 'Friedrich Weinmann'
Description = 'PowerShell Framework based module scaffold'
Description = 'PSFramework-based module scaffold: prewired logging, configuration, localization, test hooks, build integration & dynamic metadata scripts'
Exclusions = @("PSMDInvoke.ps1", ".PSMDDependency") # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{
guid = {
Expand Down
2 changes: 1 addition & 1 deletion templates/PSFProject/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true
Tags = 'module','psframework'
Author = 'Friedrich Weinmann'
Description = 'PowerShell Framework based project scaffold'
Description = 'Comprehensive PSFramework project scaffold (no new folder) with advanced GUID/date scripts, test result setup, build + test config & version capture'
Exclusions = @("PSMDInvoke.ps1", ".PSMDDependency") # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{
guid = {
Expand Down
4 changes: 2 additions & 2 deletions templates/PSFTests/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true # If a newer version than specified is present, instead of the specified version, make it one greater than the existing template
Tags = @('Tests', 'PSFramework') # Insert Tags as desired
Author = 'Friedrich Weinmann' # The author of the template, not the file / project created from it
Description = 'The PSFramework-based standard test suite for a PowerShell Module' # Try describing the template
Description = 'Standard PSFramework-powered Pester test suite scaffold: folder structure, GUID script, optional test folder/pester config hooks'
Exclusions = @('PSMDInvoke.ps1') # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{
guid = {
Expand All @@ -17,4 +17,4 @@

}
} # Insert additional scriptblocks as needed. Each scriptblock will be executed once only on create, no matter how often it is referenced.
}
}
2 changes: 1 addition & 1 deletion templates/module/PSMDTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AutoIncrementVersion = $true
Tags = 'module'
Author = 'Friedrich Weinmann'
Description = 'Basic module scaffold'
Description = 'Basic PowerShell module scaffold: standard folder structure, manifest with GUID/year/scripts, function/test placeholders and PSFramework version capture'
Exclusions = @("PSMDInvoke.ps1") # Contains list of files - relative path to root - to ignore when building the template
Scripts = @{
guid = {
Expand Down