#comments #preprocessor #header

app commenteer

为代码文件添加注释头部的简单工具

3 个版本

0.2.1 2019年3月29日
0.2.0 2019年3月29日

#101 in #preprocessor

GPL-3.0-or-later

15KB
130

commenteer

需要为所有代码文件添加包含您或程序信息的头部?这个工具可以帮您完成,无需大量复制粘贴。

警告:这个程序目前只是一个个人项目。它可能会损坏您指定修改的文件。因此,在使用此工具之前请先提交一次。

使用方法

Commenteer 0.2.0-1
Chad Baxter <cbaxter@mail.umw.edu>
Add comment headers to code.

USAGE:
    commenteer [FLAGS] [OPTIONS] --input <input>...

FLAGS:
    -h, --help       Prints help information
    -r, --recurse    Add header to every text file in the specified path.
    -V, --version    Prints version information
    -v, --verbose    Show verbose information about the operation

OPTIONS:
    -c, --comment-file <comment-file>    A path to a file containing the header you would like to add.
    -t, --comment-text <comment-text>    A string containing the header you would like to add. Can contain control
                                         characters that use backslashes(\n, \t etc).
    -n, --ignore <ignore>...             Paths to files you would like to exclude from being modified
    -i, --input <input>...               List of paths or files to add a header to.

依赖关系

~3–11MB
~125K SLoC