b2-tools, b3sum, babeld, bandwhich, basenc, bash-it, bastet, bats, bazel, bcomps: add Korean translation (#13727)

This commit is contained in:
HoJeong Im
2024-09-22 01:43:31 +09:00
committed by GitHub
parent ffba07f9e8
commit 7f1ecba98c
10 changed files with 265 additions and 0 deletions

28
pages.ko/common/bazel.md Normal file
View File

@@ -0,0 +1,28 @@
# bazel
> Make, Maven, Gradle과 유사한 오픈 소스 빌드 및 테스트 도구.
> 더 많은 정보: <https://bazel.build/reference/command-line-reference>.
- 작업공간에서 지정된 대상을 빌드:
`bazel build {{대상}}`
- 출력 파일을 제거하고 실행 중인 경우 서버를 중지:
`bazel clean`
- bazel 서버 중지:
`bazel shutdown`
- Bazel 서버에 대한 런타임 정보를 표시:
`bazel info`
- 도움말 표시:
`bazel help`
- 버전 확인:
`bazel version`