https://github.com/chadnpc/devconstants
Constants /codes for development and ITOPs.
https://github.com/chadnpc/devconstants
constants errorcodes itops powershell statuscode
Last synced: 7 months ago
JSON representation
Constants /codes for development and ITOPs.
- Host: GitHub
- URL: https://github.com/chadnpc/devconstants
- Owner: chadnpc
- License: wtfpl
- Created: 2025-02-25T11:20:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T00:14:16.000Z (10 months ago)
- Last Synced: 2025-03-20T01:23:51.615Z (10 months ago)
- Topics: constants, errorcodes, itops, powershell, statuscode
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/devConstants/
- Size: 645 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [devConstants](https://www.powershellgallery.com/packages/devConstants)
A module containing common constants and error codes for developers and IT administrators.
## Usage
```PowerShell
Install-Module devConstants
```
then
```PowerShell
Import-Module devConstants
# HTTP~
Get-HttpStatusCodes
# exitc~
[devconstants]::data['exitcodes']
```
## License
This project is licensed under the [WTFPL License](LICENSE).