https://github.com/bendavidaaron/errcoad
CLI Error Code Generator
https://github.com/bendavidaaron/errcoad
Last synced: 3 months ago
JSON representation
CLI Error Code Generator
- Host: GitHub
- URL: https://github.com/bendavidaaron/errcoad
- Owner: BenDavidAaron
- License: gpl-3.0
- Created: 2024-11-10T04:53:30.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-10T05:19:53.000Z (7 months ago)
- Last Synced: 2025-01-18T03:28:34.392Z (5 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install
1. git clone [email protected]:BenDavidAaron/errcoad.git
2. cd errcoad
3. cargo build --release
4. cp ./target/release/errcoad /usr/local/bin# Use
```sh
$ errcoad
VCLHKYI
```# Why?
I wanted to get random alphabetical error codes to put in a REST api for troubleshooting