Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
fix: update intro to just page (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jul 19, 2023
1 parent 5a399fd commit efba567
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guide/just.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit efba567

Please sign in to comment.