Explorar o código

just: add page (#8119)

Bradley Wojcik %!s(int64=2) %!d(string=hai) anos
pai
achega
9a3bac6907
Modificáronse 1 ficheiros con 24 adicións e 0 borrados
  1. 24 0
      pages/common/just.md

+ 24 - 0
pages/common/just.md

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