multiple pages: Add Korean Translation (#3584)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
edf95e38a8
commit
3e86af3472
24
pages.ko/common/crystal.md
Normal file
24
pages.ko/common/crystal.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# crystal
|
||||
|
||||
> Crystal 소스 코드를 위한 관리도구.
|
||||
> 더 많은 정보: <https://crystal-lang.org/reference/using_the_compiler>.
|
||||
|
||||
- Crystal 파일 실행:
|
||||
|
||||
`crystal {{경로/파일.cr}}`
|
||||
|
||||
- 단일 실행 파일로의 종속성 및 파일 컴파일:
|
||||
|
||||
`crystal build {{경로/파일.cr}}`
|
||||
|
||||
- 언어 테스트를 위한 로컬 대화형 서버 시작:
|
||||
|
||||
`crystal play`
|
||||
|
||||
- Cystal 응용 프로그램을 위한 프로젝트 디렉토리 생성:
|
||||
|
||||
`crystal init app {{어플리케이션명}}`
|
||||
|
||||
- 도움말 옵션 표시:
|
||||
|
||||
`crystal help`
|
Reference in New Issue
Block a user