边框模板 Bazel项目的快速入门模板。 格式化 bazel run //tools:format 更新compile_commands.json bazel run //tools:compile-commands 安装Git挂钩 cd .git rm -r hooks ln -s ../tools/hooks 建立hello_world目标 bazel build //hello_world