From 4791acb41d928d7dd3d12552cca80b6a0b6b037c Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 16 Jul 2023 19:03:21 -0400 Subject: [PATCH] docs: explain just and why we use it (#293) * docs: explain just and why we use it * docs: document why we use just --- docs/guide/just.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/just.md b/docs/guide/just.md index 32b17c59..8b385b9a 100644 --- a/docs/guide/just.md +++ b/docs/guide/just.md @@ -1,6 +1,6 @@ # [`just`](https://just.systems) -`just` is a task runner similar to make, but only for running shell commands. All Universal Blue images include `just` and `justfiles` with quality-of-life commands +`just` is a task runner similar to make, but designed to run project-specific commands, it's not a build system. This allows us to ship common aliases and scripts through one unified command. It can run scripts, accept command line arguments, and generally serve as a common tool for us to ship "custom commands" to users via a common framework. All Universal Blue images include `just` and `justfiles` with quality-of-life commands and other convenient shortcuts that have been submitted by the community. ## Example Commands