Binx file to xml/html compiler.
Binx is just a simple markup language.
-
compile
orc
Compiles binx file into xml/html.
If output not specified, writes to stdout. -
serve
ors
serves path on local host. -
version
print binx version -
help
shows help menu
# writes output to stdout
$ binx compile /path/to/input.bx
# writes output to output file
$ binx c /path/to/input.bx /path/to/output.html
# compiles and serves path on local host
$ binx serve /path/
# compiles and serves path on local host with spesific port
# default is 8080
$ binx serve /path/ 3000
Read installation.md for information about installation.