git_puller 1.0.5 copy "git_puller: ^1.0.5" to clipboard
git_puller: ^1.0.5 copied to clipboard

git pull by yaml file.

Git自动拉取配置清单中远程库 #

使用说明: #

配置在根目录下的配置文件以remote.yaml名称命名,以下格式定义对应目录下仓库地址和分支。

host: "git@github.com:XXX"
projects:
  -
    name: "remote"
    library:
      -
        repo: "xxx_1.git"
        name: "xxx_1"
        branch: "main"
      -
        repo: "xxx_2.git"
        name: "xxx_2"
        branch: "main"
      -
        repo: "xxx_3.git"
        name: "xxx_3"
        branch: "main"

0
likes
90
pub points
7%
popularity

Publisher

unverified uploader

git pull by yaml file.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, yaml

More

Packages that depend on git_puller