Crates.io | devstuff |
lib.rs | devstuff |
version | 0.0.3 |
source | src |
created_at | 2022-03-04 23:57:04.079114 |
updated_at | 2022-03-05 00:12:07.687999 |
description | A collection of development tools |
homepage | |
repository | https://github.com/mustakimali/devstuff-rs |
max_upload_size | |
id | 543733 |
size | 22,098 |
Install or update using cargo
cargo install devstuff
# input is a file
devstuff [category] [tool name] [file name]
# input is a raw text
devstuff [category] [tool name] [input] --raw
# or input is piped
echo "" | devstuff [category] [tool name]
devstuff 0.0.1
A collection of development tools
USAGE:
devstuff <SUBCOMMAND>
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