From efba567d08c9b55c360deeb1677b394a8337d648 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 19 Jul 2023 04:45:55 -0400 Subject: [PATCH] fix: update intro to just page (#299) --- docs/guide/just.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guide/just.md b/docs/guide/just.md index 8b385b9a..57bdf7e2 100644 --- a/docs/guide/just.md +++ b/docs/guide/just.md @@ -1,6 +1,8 @@ # [`just`](https://just.systems) -`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. +`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 gives us the flexibility to ship shared aliases. In Universal Blue we use `just` to have a set of community maintained aliases because that's a really great cloud-native pattern that we can apply to the desktop. + +All Universal Blue images include `just` and `justfiles` with quality-of-life commands and other convenient shortcuts that have been submitted by the community. Contributions accepted! ## Example Commands