diff --git a/pages/common/just.md b/pages/common/just.md new file mode 100644 index 0000000000..1a776107cc --- /dev/null +++ b/pages/common/just.md @@ -0,0 +1,24 @@ +# just + +> Save and run project-specific commands. +> More information: . + +- 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`