MODULE_TEMPLATE/template_parameters.json
{
"RegExDynamicReplacements": { "MODULE_TEMPLATE": "$TemplateModuleName" }, "Author": "MarkRobertJohnson", "ModuleGuid": "[[[guid]::NewGuid().ToString()]]", "CompanyName": "Axian, Inc.", "Tags": "'git','helper','util','powershell'", "TemplateModuleName": "TestMod_MJ", "Description": "Some basic functions for bootstrapping Git and executing Git commands form PowerShell", "Copyright": "[[[DateTime]::Now.Year]] [[$CompanyName]]", "LicenseUri": "https://www.github.com/MarkRobertJohnson/TestMod_MJ/master/LICENSE", "ProjectUri": "https://www.github.com/MarkRobertJohnson/TestMod_MJ", "IconUri": "https://www.github.com/MarkRobertJohnson/TestMod_MJ/master/gallery-icon-100x100.png" } |