Crates.io | lic |
lib.rs | lic |
version | 0.4.0 |
source | src |
created_at | 2022-02-08 16:27:41.724186 |
updated_at | 2023-09-29 12:20:55.176183 |
description | A SPDX license generator. |
homepage | https://github.com/ShigureLab/lic |
repository | https://github.com/ShigureLab/lic |
max_upload_size | |
id | 529195 |
size | 79,591 |
唔,就是一个生成 SPDX 的 LICENSE 的 cli 小工具。
cargo install lic
lic new MIT --width 80 > LICENSE
Automaticly detect license field from package manager manifest.
package.json
Cargo.toml
pyproject.toml
lic auto --width 80
Search licenses from spdx list.
lic search gpl --number 20
auto
时如果当前层找不到的话向上层查找试试