npm.io
0.3.0 • Published 9 years agoCLI

bizubee

Licence
MIT
Version
0.3.0
Deps
8
Vulns
0
Weekly
0
Stars
15

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