Skip to content

Commit 5aa2c89

Browse files
Add README capability showcase section
1 parent 08936d1 commit 5aa2c89

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ Install-PSResource -Name {{ NAME }}
1111
Import-Module -Name {{ NAME }}
1212
```
1313

14+
## Capabilities
15+
16+
Use this section to show the most important things the module makes possible. Keep it short and focused on discovery.
17+
18+
```powershell
19+
# Replace this with a real example that demonstrates the module's value.
20+
Get-Command -Module {{ NAME }}
21+
```
22+
1423
## Documentation
1524

1625
Documentation is published at [psmodule.io/{{ NAME }}](https://psmodule.io/{{ NAME }}/).

0 commit comments

Comments
 (0)