linux/j*: add Korean translation (#14707)

This commit is contained in:
코드싸이
2024-11-09 10:42:12 +09:00
committed by GitHub
parent 4b5248236b
commit 1df5d0549f
5 changed files with 153 additions and 0 deletions

24
pages.ko/linux/just.js.md Normal file
View File

@@ -0,0 +1,24 @@
# just
> Linux용 V8 JavaScript 런타임.
> 더 많은 정보: <https://github.com/just-js/just>.
- REPL(대화형 셸) 시작:
`just`
- JavaScript 파일 실행:
`just {{경로/대상/파일.js}}`
- JavaScript 코드를 인수로 전달하여 평가:
`just eval "{{코드}}"`
- 동일한 이름의 디렉터리에 새 프로젝트 초기화:
`just init {{프로젝트_이름}}`
- JavaScript 애플리케이션을 실행 파일로 빌드:
`just build {{경로/대상/파일.js}} --static`