26 个版本 (5 个破坏性更新)
0.6.2 | 2024 年 3 月 15 日 |
---|---|
0.6.0 | 2024 年 3 月 15 日 |
0.5.10 | 2024 年 3 月 15 日 |
0.4.40 | 2024 年 3 月 13 日 |
0.1.2 | 2023 年 10 月 3 日 |
#1161 在 命令行工具
29KB
82 行
add-header
用于向文件添加标题的命令行工具。
安装和用法
您可以使用以下命令安装 add-header: cargo install add-header
。在您的项目目录中运行它: add-header
。
A cli to add headers to files
Usage: add-header [OPTIONS]
Options:
--header <HEADER> path to the header file [default: ./NOTICE]
--dir <DIR> directory to apply the header [default: .]
-e, --extensions <EXTENSIONS> select files by extension, e.g. rs,js,kt [default: rs]
-c, --comment-style <COMMENT_STYLE> comment style [default: //]
-r, --remove remove header, run first if you need to update your header
-h, --help Print help
-V, --version Print version
目的
使向文件添加标题通知的过程更加简单。
例如,像 MPL2.0 许可证所要求的。
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.
依赖关系
~5–14MB
~155K SLoC