@bvc-lang/cli
v0.1.8
Published
BVC command-line tools — lint and format .bvc files
Maintainers
Readme
@bvc-lang/cli
CLI for the BVC (Basis · Vector · Goal) open format.
- npm:
@bvc-lang/cli - Spec:
@bvc-lang/spec - Repo: bvc-lang/cli
Install
npm install -g @bvc-lang/cliCommands
bvc 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).
License
MIT
