File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ This repository is a template that can be used as a starting point for creating
66
77This project has adopted this [ Code of Conduct] ( CODE_OF_CONDUCT.md ) .
88
9- ## Releases
10-
11- tbd
12-
139## Contributing
1410
1511Please check out common DSC Community [ contributing guidelines] ( https://dsccommunity.org/guidelines/contributing ) .
@@ -26,10 +22,8 @@ This script is used to easily create new DSC modules and resources.
2622
2723Please install Plaster first and make sure it's present.
2824
29- ´´´PowerShell
3025Install-Module Plaster
3126Import-Module Plaster
32- ´´´
3327
3428## Create new DSC modules
3529
@@ -39,15 +33,11 @@ Modules will be automatically created once you are creating a new DSC resource.
3933
4034DSC resources can easily be deployed via the invocation of
4135
42- ´´´PowerShell
4336.\New-CompositeResource.ps1
44- ``´
4537
4638with parameters
4739
48- ´´´PowerShell
49- .\New-CompositeResource.ps1 -Module W2K19DC1903Baseline -Version 1.0.0 -Resource ScheduledTasks
50- ´´´
40+ .\New-CompositeResource.ps1 -Module XOAPModuleTemplateDSC -Version 0.0.1 -Resource ScheduledTasks
5141
5242The parameter list is as followed:
5343
@@ -59,5 +49,5 @@ The parameter list is as followed:
5949
6050### Examples
6151
62- You can review the [ Examples] ( /source/Examples/Resources ) directory in the ** XOAPApplicationPackagingDSC ** module
52+ You can review the [ Examples] ( /source/Examples/Resources ) directory in the ** XOAPModuleTemplateDSC ** module
6353for some general use scenarios for all the resources that are in the module.
You can’t perform that action at this time.
0 commit comments