1 个不稳定版本
0.1.0 | 2019年5月30日 |
---|
#20 在 #spdx
9KB
182 行
copyup
用于获取许可证的命令行工具
is copyup too clever for small brains
- z64#1337
安装
git clone https://github.com/swarley/copyup
cd copyup
cargo install --path .
使用
# download the MIT license to `LICENSE'
copyup mit
# output to stdout
copyup gpl-3.0 -s
# specify output path
copyup mit -o MIT.license
# view a list of all available licenses
copyup -l
许可证名称均基于 SPDX 标识符,且不区分大小写。
贡献
欢迎在 GitHub 上提交错误报告和拉取请求:https://github.com/swarley/copyup.
许可证
该应用程序作为开源软件在 MIT 许可证下提供。
依赖
~20MB
~430K SLoC