2 个不稳定版本
0.2.0 | 2024 年 4 月 3 日 |
---|---|
0.1.0 | 2024 年 4 月 3 日 |
#1964 在 命令行工具
6KB
51 行
unlicense
访问 Unlicense 的文本。 https://unlicense.org
安装
cargo binstall unlicense
使用 cargo
cargo install unlicense
您也可以从 发布页面 下载二进制文件。
用法
$ unlicense # write to ./UNLICENSE
$ unlicense | cat # print to stdout
$ unlicense --help
Access the text of the Unlicense. <https://unlicense.org>
When used interactively, writes to ./UNLICENSE.
Otherwise (e.g. in a pipe), writes to stdout.
When given any arguments, displays this help page.
库
此项目还公开了一个库,您可以在自己的 Rust 代码中使用它。通过以下方式添加依赖项:
cargo add unlicense