Project New
project_newCreate a new goboscript project and set it active. Scaffolds the project directory with stage.gs, main.gs, a blank costume, and goboscript.toml to start building immediately.
Instructions
Create a new goboscript project and make it the active project.
Scaffolds a project directory with stage.gs, main.gs, a blank costume
and a goboscript.toml.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| git | No | Initialise a git repository in the project. Off by default. | |
| path | Yes | Directory to create, normally inside your workspace. Must not already exist, or must be empty. | |
| published_project_id | No | Existing scratch.mit.edu project id this should publish to. Leave unset for a project that is local-only until you first call `project_save_to_cloud`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | ||
| sprites | Yes | ||
| built_sb3 | Yes | ||
| is_active | Yes | ||
| has_config | Yes | ||
| published_project_id | Yes | ||
| is_scratch_compatible | Yes |