添加许可声明的脚本

licor的Python项目详细描述


licor(发音酒)是一个允许 添加版权/许可证/保修免责声明的程序员 他们所有的文件都很容易。

Usage

用法:

licor list-db [<path>] [options]
licor list-all [<path>] [options]
licor list-path [<path>] [options]
licor list-templates [options]
licor print-templ <format> [options]
licor insert-header <format> [<path>] [options]

选项:

--comment-start=<comment-start>                 Comment start token to use [default: //]
--comment-stop=<comment-stop>                   Comment stop token to use [default: */]
--border=<border>                               Border character for some fancy stuff [default: *]
-f --fancy                                      Use more fancy comments
--after-comment=<after-comment>                 A string to seperate border and content (defaults to one blank)
-c --confirm                                    Wait for user confirmation before modifying files
--format=<format>                               Use a special comment format [default: block]
--license=<license>                             Use this license template [default: GPLv3]
--single-file                                   Use single-file templates
--copyright                                     Use templates containing copyright information
-a <author> --author=<author>                   Set the author (required for --copyright)
-p <project> --project=<project>                Set the project (required unless --single-file is specified)
-e <ending> --file-ending=<ending>              Search for files ending with this ending [default: c]
-i --ignore-db                                  Ignore the database of processed files
--ignore-paths=<paths>                          Ignore all paths with one of `<paths>` in it (comma-seperated) [default: .git]
--pad-to=<pad-to>                               Pad comment blocks to this width [default: 0]

License

licor是根据gnu agplv3授权的。

Contributing

只需发送一个请求。或者一封电子邮件。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
JavaGWT:何时使用Lazydemelement?   Java中跟踪消失线程的多线程处理   java Springboot未能配置数据源:“url”,但我没有使用数据库   java为按钮生成随机位置   math Java:包含二项式系数计算的表达式   java通过AsyncTask传递参数   从路径错误创建java文件   高流量网站的性能播放框架、Java、Apache、PostgreSQL、JPA和Hibernate   java将4D矢量转换为长矢量   arraylist Java循环在没有任何错误的情况下终止   java正在制作一个计算器应用程序,希望在第二个片段中更新历史,但无法完成   java将信息从IntentService发送到Activity   java如何在游戏中插入大量实体!工作   javascript如何在ScriptEngineforJava中从数学中获得准确的结果?