@venikman/fpf
v0.1.1
Published
FPF Foundry CLI (Bun-first).
Readme
@venikman/fpf
Bun-first FPF CLI.
Usage
Until the npm package is published, run from this repo:
FPF_REPO=/path/to/fpf-foundry
"$FPF_REPO"/packages/fpf/bin/fpf --helpOnce published to npm, this also works:
bunx --bun @venikman/fpf --helpInitialize a minimal workspace and verify invariants:
FPF_REPO=/path/to/fpf-foundry
mkdir my-fpf && cd my-fpf
"$FPF_REPO"/packages/fpf/bin/fpf init --root .
"$FPF_REPO"/packages/fpf/bin/fpf check --root .Machine output:
FPF_REPO=/path/to/fpf-foundry
"$FPF_REPO"/packages/fpf/bin/fpf init --root . --json
"$FPF_REPO"/packages/fpf/bin/fpf check --root . --json