bizubee
v0.3.0
Published
The most intense programming language on Earth!
Downloads
12
Maintainers
Readme
Bizubee
The CLI for the world's most intense programming language!
This is the bizubee command line tool. For other bizubee tools and libraries check out bizubee.github.io/tools
Usage
$ bizubee -c bizubee/file/path.bz # to compile single file to JS
$ bizubee -b bizubee/file/path.bz # to bundle file + dependencies
$ bizubee bizubee/file/path.bz # to execute bizubee file
$ bizubee bizubee/file/path.bz <arguments> # to execute file with arguments
$ bizubee <options> bizubee/file/path.bz <arguments> # to add runtime args
Options
-c, --compile Compile bizubee file and all dependencies into single file
-b, --bundle Compile and bundle entire dependeny tree with Rollup
-v, --version Show version of bizubee
-h, --help Shows this list of commands and information