Skip to content

sanalzio/binx

Repository files navigation

binx

Binx file to xml/html compiler.

Binx is just a simple markup language.

Example synax

binx syntax

❔ Usage

🏳 flags

  • compile or c
    Compiles binx file into xml/html.
    If output not specified, writes to stdout.

  • serve or s
    serves path on local host.

  • version
    print binx version

  • help
    shows help menu

📜 examples

# 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

✔ Installation

Read installation.md for information about installation.

📗 Documentation

About

My syntax rules to xml/html compiler.

Resources

License

Stars

Watchers

Forks

Packages

No packages published