2 个版本

0.1.1 2019 年 11 月 2 日
0.1.0 2019 年 11 月 2 日

#23#guid

Apache-2.0 OR MIT

7KB
126

uuid_cli

生成 UUID 的命令行工具

安装

cargo install uuid_cli
# or
git clone https://github.com/rakenodiax/uuid_cli.git && uuid_cli && cargo install --path .

用法

uuid
# prints 0a781908-9fad-4b4b-a558-d9f19513bfc2
uuid -c 2
# prints 2 UUIDs
uuid --format=json
# prints as a JSON array
uuid --upper
# prints 5F8505A9-7D0A-40A0-9CAF-BADCA9C17D84

贡献

本项目遵守贡献者公约。有关更多信息,请参阅 code-of-conduct.txt

依赖项

~1–1.6MB
~30K SLoC