https://github.com/chadnpc/clihelper.errorman
A module for easy error managment
https://github.com/chadnpc/clihelper.errorman
errormanagement powershell
Last synced: 6 months ago
JSON representation
A module for easy error managment
- Host: GitHub
- URL: https://github.com/chadnpc/clihelper.errorman
- Owner: chadnpc
- License: wtfpl
- Created: 2025-02-25T11:50:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T17:13:35.000Z (12 months ago)
- Last Synced: 2025-03-10T20:52:08.718Z (12 months ago)
- Topics: errormanagement, powershell
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/cliHelper.errorman/
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [cliHelper.errorman](https://www.powershellgallery.com/packages/cliHelper.errorman)
A module for easy error managment.
## Usage
```PowerShell
Install-Module cliHelper.errorman
```
then
```PowerShell
Import-Module cliHelper.errorman
# do stuff here.
```
## License
This project is licensed under the [WTFPL License](LICENSE).