Skip to content

Commit a506b21

Browse files
Standardize README landing page
1 parent 3583a87 commit a506b21

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
# Utils
1+
# Utilities
2+
3+
Utilities is a PowerShell module with a collection of general-purpose PowerShell helper functions.
4+
5+
## Installation
6+
7+
Install the module from the PowerShell Gallery:
8+
9+
```powershell
10+
Install-PSResource -Name Utilities
11+
Import-Module -Name Utilities
12+
```
13+
14+
## Documentation
15+
16+
Documentation is published at [psmodule.io/Utilities](https://psmodule.io/Utilities/).
17+
18+
Use PowerShell help and command discovery for module details:
19+
20+
```powershell
21+
Get-Command -Module Utilities
22+
Get-Help <CommandName> -Examples
23+
```
24+
25+
## Contributing
26+
27+
Issues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.

0 commit comments

Comments
 (0)