WhatDidIDo:一个检查 Git 项目的责任有多少属于每个贡献者的工具

时间:2024-06-24 08:44:05
【文件属性】:

文件名称:WhatDidIDo:一个检查 Git 项目的责任有多少属于每个贡献者的工具

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-24 08:44:05

JavaScript

我做了什么? 一种查看 Git 项目的责任归于每个贡献者的工具。 不一定是有用的指标,但值得一看。 注意:在黑客马拉松周末之后,该项目的 web ui 处于损坏状态。 不过,命令行应该仍然可以正常工作。 Usage: node app.js [options] [project_directory] If no project_directory is specified, current working directory is used. Options: -h Print this usage -v Print verbose messages -i regex Pattern for files to ignore -p Print overall contributors's percentages 默认情况下,该工具将打印表单对象 { tota


【文件预览】:
WhatDidIDo-master
----web()
--------index.html(2KB)
--------js()
--------css()
----README.md(1KB)
----.gitignore(14B)
----server()
--------server.js(1KB)
----index.js(3KB)
----package.json(281B)
----whatdidido.js(6KB)

网友评论