We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08936d1 commit 5aa2c89Copy full SHA for 5aa2c89
1 file changed
README.md
@@ -11,6 +11,15 @@ Install-PSResource -Name {{ NAME }}
11
Import-Module -Name {{ NAME }}
12
```
13
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
23
## Documentation
24
25
Documentation is published at [psmodule.io/{{ NAME }}](https://psmodule.io/{{ NAME }}/).
0 commit comments