CLI for the BVC (Basis · Vector · Goal) open format.
- npm:
@bvc-lang/cli - Spec:
@bvc-lang/spec - Repo: bvc-lang/cli
npm install -g @bvc-lang/clibvc lint charter/main.bvc
bvc lint path/to/file.bvc
bvc format file.bvc --stdout # canonical output to stdout
bvc format file.bvc --in-place # overwrite input
bvc format file.bvc --out out.bvcDual-read: legacy .step paths still parse (deprecation warning on read until v2).
MIT