1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/just.js.md

25 lines
501 B
Markdown
Raw Normal View History

# 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`