0.4.6
Adds export
command, which lets you export script modules from game projects!
$ ./atbx.exe export --help
usage: atbx export [-h] {script} ...
optional arguments:
-h, --help show this help message and exit
sub_export:
{script}
script export script module from project
./atbx.exe export script --help
usage: atbx export script [-h] PROJECT_PATH MODULE_NAME OUT_DIR
positional arguments:
PROJECT_PATH path to the project with the module
MODULE_NAME name of the script module
OUT_DIR where to export the script module
optional arguments:
-h, --help show this help message and exit
You can use it like
./atbx.exe export script my_game my_module .