just: update collision pages (#10783)

This commit is contained in:
Jack Lin
2023-10-08 18:36:30 +08:00
committed by GitHub
parent ad49fc9931
commit 0ad23419b1
3 changed files with 29 additions and 18 deletions

24
pages/common/just.1.md Normal file
View File

@@ -0,0 +1,24 @@
# just
> Save and run project-specific commands.
> More information: <https://github.com/casey/just>.
- Run a recipe specified in the justfile:
`just {{recipe}}`
- Initialize new justfile in project root:
`just --init`
- Edit justfile in the default editor:
`just -e`
- List available recipes in the justfile:
`just -l`
- Print justfile:
`just --dump`

View File

@@ -1,24 +1,11 @@
# just
> Save and run project-specific commands.
> More information: <https://github.com/casey/just>.
> `just` can refer to multiple commands with the same name.
- Run a recipe specified in the justfile:
- View documentation for the command runner:
`just {{recipe}}`
`tldr just.1`
- Initialize new justfile in project root:
- View documentation for the V8 JavaScript runtime:
`just --init`
- Edit justfile in the default editor:
`just -e`
- List available recipes in the justfile:
`just -l`
- Print justfile:
`just --dump`
`tldr just.js`