just

Installation
SKILL.md

just

Overview

just is a command runner — like make but without the build system baggage. Define commands in a justfile, run with just .

Instructions

Step 1: Install

brew install just

Step 2: Justfile

# justfile — Project commands
set dotenv-load

default: dev
Installs
3
GitHub Stars
155
First Seen
Aug 12, 2026
just — terminalskills/skills