73 Stars 🍴 25 Forks 👀 73 Watchers C++ other
GitHub 链接https://github.com/vczh-libraries/Tools
项目简介Build tools for this organization
创建时间2015-04-01
更新时间2026-02-08
📖 README English
# Tools **Read the [LICENSE](https://github.com/vczh-libraries/Tools/blob/master/LICENSE.md) first.** Build tools for this organization ## Build Release in Windows Open PowerShell in folder `Tools` and run: - `.\Build.ps1` ## Generate Repo Release in Windows To update all repos at the same time, open PowerShell in folder `Tools` and run: - `.\Build.ps1 -Project Update` To update only one repo, open PowerShell in folder `repo\Release` and run: - `..\..\Tools\Tools\CodePack.exe .\CodegenConfig.xml` `CodePack.exe` and `CodePack.backup.exe` could be created by `.\Build.ps1 -Project Update-Prepare-CodePack`. `CodePack.backup.exe` keeps the last successful `CodePack.exe` build, it will be updated when a new `CodePack.exe` is available. ## Enable a Repo with Copilot Run `Copilot\copilotInit.ps1` in that repo. Run `Copilot\copilotUpdateKB.ps1` to copy updated documents back to `Tools` repo.