common/j*: add and update Korean translation (#14643)

This commit is contained in:
코드싸이
2024-11-05 23:55:02 +09:00
committed by GitHub
parent 650fabfc22
commit b57150237e
43 changed files with 999 additions and 9 deletions

24
pages.ko/common/just.1.md Normal file
View File

@@ -0,0 +1,24 @@
# just
> 프로젝트별 명령을 저장하고 실행.
> 더 많은 정보: <https://github.com/casey/just>.
- justfile에서 지정된 레시피 실행:
`just {{레시피}}`
- 프로젝트 루트에 새 justfile 초기화:
`just --init`
- 기본 편집기로 justfile 편집:
`just -e`
- justfile에 있는 사용 가능한 레시피 나열:
`just -l`
- justfile 출력:
`just --dump`