snippetbashTip
just — Save and run project-specific commands. More information: <https://manned.org/just>.
Viewed 0 times
commandrunspecificsaveandclijustproject
Problem
How to use the
just command: Save and run project-specific commands. More information: <https://manned.org/just>.Solution
just — Save and run project-specific commands. More information: <https://manned.org/just>.Run a recipe specified in the justfile:
just {{recipe}}Initialize new justfile in project root:
just --initEdit justfile in the default editor:
just {{[-e|--edit]}}List available recipes in the justfile:
just {{[-l|--list]}}Print justfile:
just --dumpCode Snippets
Run a recipe specified in the justfile
just {{recipe}}Initialize new justfile in project root
just --initEdit justfile in the default editor
just {{[-e|--edit]}}List available recipes in the justfile
just {{[-l|--list]}}Print justfile
just --dumpContext
tldr-pages: common/just
Revisions (0)
No revisions yet.