@bavary/cli
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Logo


Build Status Download count Current version Support me

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.

Flag Explanation Example
-w, --watch Watches source-files matched by [files] $ bvc src/**/*.bv input.txt --watch
-v, --version Prints the current version $ bvc --version
-o, --output <file> Write results to disk $ bvc --output result.json
-p, --prettify Prettify result (Works only in combination with --output) $ bvc --output result.json --prettify
-h, --help Shows usage info $ bvc --help

Related packages

Package Sidebar

Install

npm i @bavary/cli

Weekly Downloads

2

Version

1.2.0

License

MIT

Unpacked Size

97.6 kB

Total Files

13

Last publish

Collaborators

  • simonwep