Directories
ΒΆ
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
justx
command
Command justx is the justfile companion: an expressive-name router for `just` plus meta-commands (the `@`-sigil namespace) for scaffolding and upgrading justfiles.
|
Command justx is the justfile companion: an expressive-name router for `just` plus meta-commands (the `@`-sigil namespace) for scaffolding and upgrading justfiles. |
|
internal
|
|
|
detect
Package detect inspects a directory tree for project signals (go.mod, package.json, β¦) and reports the stack so @init can pre-tick the right modules.
|
Package detect inspects a directory tree for project signals (go.mod, package.json, β¦) and reports the stack so @init can pre-tick the right modules. |
|
meta
Package meta dispatches `@`-sigil meta-commands β handled by justx, never passed to `just`.
|
Package meta dispatches `@`-sigil meta-commands β handled by justx, never passed to `just`. |
|
modules
Package modules holds the built-in, data-driven justfile modules.
|
Package modules holds the built-in, data-driven justfile modules. |
|
router
Package router translates expressive recipe names (`:`, `!`, `?`) into the mappings real `just` understands, then execs `just`.
|
Package router translates expressive recipe names (`:`, `!`, `?`) into the mappings real `just` understands, then execs `just`. |
|
scaffold
Package scaffold composes selected modules into a justfile, wrapping each module's recipes in `# >>> justx:<id>` / `# <<< justx:<id>` provenance fences so v2's @upgrade can re-sync managed regions without clobbering user edits.
|
Package scaffold composes selected modules into a justfile, wrapping each module's recipes in `# >>> justx:<id>` / `# <<< justx:<id>` provenance fences so v2's @upgrade can re-sync managed regions without clobbering user edits. |
Click to show internal directories.
Click to hide internal directories.