File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,32 @@ Install-Module -Name YourModuleName
1616
1717## Usage
1818
19+ Here is a list of example that are typical use cases for the module.
20+ This section should provide a good overview of the module's capabilities.
1921
22+ ### Example 1
2023
21- ### Exampl
2224Provide examples for typical commands that a user would like to do with the module.
2325
2426``` powershell
2527Import-Module -Name PSModuleTemplate
2628```
2729
30+ ### Example 2
31+
32+ Provide examples for typical commands that a user would like to do with the module.
33+
34+ ``` powershell
35+ Import-Module -Name PSModuleTemplate
36+ ```
37+
38+ ### Find more examples
39+
40+ To find more examples of how to use the module, please refer to the [ examples] ( examples ) folder.
41+
42+ Alternatively, you can use the Get-Command -Module 'This module' to find more commands that are available in the module.
43+ To find examples of each of the commands you can use Get-Help -Examples 'CommandName'.
44+
2845## Documentation
2946
3047Link to further documentation if available, or describe where in the repository users can find more detailed documentation about
You can’t perform that action at this time.
0 commit comments