Skip to content

bizubee/bizubee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the bizubee command line tool. For other bizubee tools and libraries check out bizubee.github.io/tools

Install

From Source

	$ git clone https://github.com/bizubee/bizubee
	$ cd bizubee
	$ npm install

With Node Package Manager (NPM)

	$ npm install -g bizubee

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published