Install or update using cargo
bash
cargo install devstuff
```bash
echo "" | devstuff [category] [tool name]
devstuff [category] [tool name] [file name]
devstuff [category] [tool name] [input] --raw
```
``` devstuff 0.0.1 A collection of development tools
USAGE:
devstuff
OPTIONS: -h, --help Print help information -V, --version Print version information
SUBCOMMANDS: b64 Base64 Encoding and Decoding hash Popular hash functions (Blake3, SHA1, SHA256, SHA512) help Print this message or the help of the given subcommand(s) html Minify or unminify html json Minify or unminify json uuid Generate an UUID
```