toybox-engine-cli
v0.0.5
Published
Command Line Interface for ToyBox Game Engine
Readme
ToyBoxCli
Command Line Interface for ToyBox Game Engine
You call ToyBox CLI as follows: tbx -command [arguments] -command [arguments] ..
ToyBox CLI Commands:
- -init (-i) project_name (project_description) (project_author) // Creates a new project
- -start (-s) // Runs project in current folder
- -pack (-p) // Packs release version of project for publish
- -help (-h) (details) // Help you are seeing right now
- -version (-v) // Displays TBX-CLI version
- -output (-o) // Flag: Enables complete console output
- -7zip (-7) // Flag: Uses 7zip packager instead of system packager
Add details argument with help for more information about commands.
