mirror of https://github.com/CrimsonTome/tldr.git
538 B
538 B
crystal
Crystal 소스 코드를 위한 관리도구. 더 많은 정보: https://crystal-lang.org/reference/using_the_compiler.
- Crystal 파일 실행:
crystal {{경로/파일.cr}}
- 단일 실행 파일로의 종속성 및 파일 컴파일:
crystal build {{경로/파일.cr}}
- 언어 테스트를 위한 로컬 대화형 서버 시작:
crystal play
- Cystal 응용 프로그램을 위한 프로젝트 디렉토리 생성:
crystal init app {{어플리케이션명}}
- 도움말 옵션 표시:
crystal help