Skip to content

Commit 176e51e

Browse files
author
Friedrich Weinmann
committed
Finished 1.0 of New-PSMDTemplate
1 parent 469098c commit 176e51e

File tree

17 files changed

+930
-30
lines changed

17 files changed

+930
-30
lines changed

PSModuleDevelopment/PSModuleDevelopment.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
ScriptsToProcess = @()
5252

5353
# Type files (.ps1xml) to be loaded when importing this module
54-
TypesToProcess = @()
54+
TypesToProcess = @('xml\PSModuleDevelopment.Types.ps1xml')
5555

5656
# Format files (.ps1xml) to be loaded when importing this module
5757
FormatsToProcess = @('xml\PSModuleDevelopment.Format.ps1xml')
@@ -75,6 +75,7 @@
7575
'New-PSMDHeader',
7676
'New-PSMDFormatTableDefinition',
7777
'New-PSMDModuleNugetPackage',
78+
'New-PSMDTemplate',
7879
'New-PssModuleProject',
7980
'Remove-PSMDModuleDebug',
8081
'Rename-PSMDParameter',

PSModuleDevelopment/PSModuleDevelopment.psproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<Folder>internal\tabcompletion\scriptblocks</Folder>
2929
<Folder>internal\maintenance</Folder>
3030
<Folder>internal\tabcompletion\assignment</Folder>
31+
<Folder>internal\functions\template</Folder>
3132
</Folders>
3233
<Files>
3334
<File Build="2">PSModuleDevelopment.psd1</File>
@@ -87,6 +88,7 @@
8788
<File Build="2" Shared="True" ReferenceFunction="Invoke-Remove-PSMDTemplate_ps1">functions\templating\Remove-PSMDTemplate.ps1</File>
8889
<File Build="2" Shared="True" ReferenceFunction="Invoke-template_ps1">internal\configurations\template.ps1</File>
8990
<File Build="2" Shared="True" ReferenceFunction="Invoke-Invoke-PSMDTemplate_ps1">functions\templating\Invoke-PSMDTemplate.ps1</File>
91+
<File Build="2" Shared="True" ReferenceFunction="Invoke-Get-PsmdTemplateStore_ps1">internal\functions\template\Get-PsmdTemplateStore.ps1</File>
9092
</Files>
9193
<StartupScript>F:\Synchronized Data\Scripte\Powershell Studio\Projects\PSModuleDevelopment\Test-Module.ps1</StartupScript>
9294
</Project>
Binary file not shown.
Binary file not shown.

PSModuleDevelopment/bin/PSModuleDevelopment.xml

Lines changed: 244 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)