Skip to content

Commit 7c215b9

Browse files
committed
feat: reworked complete strcture
1 parent 98c6e2d commit 7c215b9

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

Readme.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ This repository is a template that can be used as a starting point for creating
66

77
This project has adopted this [Code of Conduct](CODE_OF_CONDUCT.md).
88

9-
## Releases
10-
11-
tbd
12-
139
## Contributing
1410

1511
Please 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

2723
Please install Plaster first and make sure it's present.
2824

29-
´´´PowerShell
3025
Install-Module Plaster
3126
Import-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

4034
DSC resources can easily be deployed via the invocation of
4135

42-
´´´PowerShell
4336
.\New-CompositeResource.ps1
44-
``´
4537

4638
with 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

5242
The 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
6353
for some general use scenarios for all the resources that are in the module.

0 commit comments

Comments
 (0)