1.2.0 • Published 4 years ago

@bavary/cli v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Checkout related packages

Getting Started

Install via npm:

$ npm install -g @bavary/cli

Install via yarn:

$ yarn global add @bavary/cli

Usage

$ bvc [files] [options...]

Where files can be any kind of directory, file or glob-pattern. If no output file is specified (via --output) it'll print the result to the console.

FlagExplanationExample
-w, --watchWatches source-files matched by [files]$ bvc src/**/*.bv input.txt --watch
-v, --versionPrints the current version$ bvc --version
-o, --output <file>Write results to disk$ bvc --output result.json
-p, --prettifyPrettify result (Works only in combination with --output)$ bvc --output result.json --prettify
-h, --helpShows usage info$ bvc --help

Related packages