grunt-git-batch-clone:读取.json文件,该文件提供git repos的位置-然后将所有存储库克隆到您选择的文件夹中

时间:2021-05-26 12:39:37
【文件属性】:
文件名称:grunt-git-batch-clone:读取.json文件,该文件提供git repos的位置-然后将所有存储库克隆到您选择的文件夹中
文件大小:11KB
文件格式:ZIP
更新时间:2021-05-26 12:39:37
JavaScript grunt-batch-git-clone 将多个git repos克隆到指定的文件夹中。 这个插件使您可以将多个git repos安装和设置到指定的文件夹结构中。 然后,您可以在每个文件夹上安装npm和bower依赖项或运行命令,例如grunt build 。 帮助 如果您需要任何帮助,或者想请求功能,只需在此存储库上创建问题,我会积极检查,应该能够为您提供帮助。 也可以随意提交拉取请求! :) 入门 这个插件需要~0.4.5 如果您以前从未使用过 ,请务必查看《指南》,因为它说明了如何创建以及安装和使用Grunt插件。 熟悉该过程后,可以使用以下命令安装此插件: npm install grunt-batch-git-clone --save-dev 插件安装完成后,可以使用以下JavaScript代码在您的Gruntfile中启用该插件: grunt . loadNpm
【文件预览】:
grunt-git-batch-clone-master
----LICENSE-MIT(1KB)
----package.json(1KB)
----config-with-dependencies.json(370B)
----tasks()
--------batch_git_clone.js(8KB)
----test()
--------expected()
--------batch_git_clone_test.js(3KB)
--------fixtures()
----config-with-overwrite.json(83B)
----Gruntfile.js(2KB)
----config-standard.json(418B)
----.gitignore(117B)
----README.md(4KB)
----.jshintrc(216B)

网友评论