# zBuilder **Repository Path**: tedtse/zBuilder ## Basic Information - **Project Name**: zBuilder - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zBuilder ## 用法 ### zBuilder create 创建一个大系统,指定多个子系统,分别从 Git 仓库中拉取下来,构建,最后放入统一的目标文件夹(最后一个参数) ` zBuilder create repo1 repo2 repo3... destinationDir ` ### zBuilder update 更新大系统,指定一个或多个子系统,再分别从 Git 仓库中拉取下来,构建,最后放入统一的目标文件夹(最后一个参数) ` zBuilder update repo1 repo2 repo3... destinationDir `