Hello,
I am new to scripting and am looking for a tutorial on how to get started with using Spine's CLI. I want to use Spine's CLI primarily to speed up my export process; I am exclusively exporting using the json exporter.
I currently have a project with 10 skeletons in them. I want to run Spine's CLI to export them in a way where it creates a folder for each of the skeleton before dumping the output into these folders.
I understand basic functions of the command lines available to spine (such as the syntax Spine [-i <path>] [-m] [-o <path>] -e <path>), but I am unsure where to even input these command lines. I understand that we have to run our computer's command prompt, but I am unsure what to do from there. I think the next step is to define an input and output path, but I am unsure how to do that.
Let me know if you can help