Introduction
Just files are a way to define and run tasks in your project. They are similar to makefiles, but they are simpler and more concise.
Just files can be used to automate a wide variety of tasks, such as building, testing, deploying, and releasing software.
Additional features
Just files support a number of additional features, such as:
- Command line completion
- Parallel task execution
- Variables and functions
- Conditional statements
- Error handling