Just Command - Run Project Commands Easily | Online Free DevTools by Hexmos
Run project-specific commands easily with Just Command. Manage tasks and automate development workflows efficiently using a simple justfile. Free online tool, no registration required.
just-1
Save and run project-specific commands. More information: https://github.com/casey/just.
- Run a recipe specified in the justfile:
just {{recipe}}
- Initialize new justfile in project root:
just --init
- Edit justfile in the default editor:
just {{[-e|--edit]}}
- List available recipes in the justfile:
just {{[-l|--list]}}
- Print justfile:
just --dump
