3 个版本
0.0.3 | 2022年3月5日 |
---|---|
0.0.2 | 2022年3月5日 |
0.0.1 | 2022年3月4日 |
#87 in #input-file
8KB
151 行
devstuff - 一组有用的开发工具
安装
使用 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
依赖关系
~7.5MB
~153K SLoC