文件名称:list-repos:在当前目录或提供的目录中列出所有存储库,其HEAD和清理状态
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-02 22:58:52
JavaScript
列表存储库(list-repos) 该实用程序列出了指定目录中存在的存储库上的当前活动分支。 默认情况下,它采用当前目录 在了解更多 要安装该实用程序,只需执行 npm install -g list-repos 并在几秒钟(或几分钟)内将其安装。 如果显示访问权限错误,请尝试使用sudo ,然后输入sudo的密码后,它应该可以正常安装。 要使用该实用程序,请在CLI上键入以下命令, # Check for the current active branch on repos present in parent directory list-repos ../ 并会给出以下输出: 还有其他几种输出选项,例如: --git-only或-g 仅显示git repos --attention或-a 显示所有需要注意的目录,包括非git --attention --git-o
【文件预览】:
list-repos-master
----.eslintrc(4KB)
----.github()
--------workflows()
----yarn.lock(21KB)
----.prettierignore(48B)
----src()
--------helpers.js(945B)
----constants.js(658B)
----.codeclimate.yml(213B)
----LICENSE(1KB)
----.prettierrc(107B)
----README.md(3KB)
----.editorconfig(214B)
----.gitignore(578B)
----cli.js(5KB)
----.eslintignore(16B)
----package.json(824B)