add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

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

@@ -0,0 +1,24 @@
# just
> 一款用于 Linux 的 V8 JavaScript 运行时。
> 更多信息:<https://github.com/just-js/just>。
- 启动 REPL交互式 shell
`just`
- 运行 JavaScript 文件:
`just {{path/to/file.js}}`
- 通过将代码作为参数传递来评估 JavaScript 代码:
`just eval "{{code}}"`
- 在同名目录中初始化一个新项目:
`just init {{project_name}}`
- 将 JavaScript 应用程序构建为可执行文件:
`just build {{path/to/file.js}} --static`