An open API service indexing awesome lists of open source software.

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.

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).