A CLI tool for compiling GB Studio projects
npm install gb-studio-cli -g
gbstudio build [project] [destination] --type
parameter | default | description |
---|---|---|
project | current directory | The path to the project which should be compiled |
destination | project dirctory | (optional) The path where the compiled files should be stored |
--type / -t | "rom" | How the project should be compiled ("rom" or "web") |