--- description: "Scaffold a new app or cloud component project from a template. Covers --template (app for browser BIM apps, cloud-component for server-side components), --beta for switching to private beta engine libraries at scaffold time, and using '.' as the project name to scaffold into the current directory." --- ## thatopen create Scaffolds a new ThatOpen project and runs `npm install` automatically. **Usage:** ```bash thatopen create [flags] thatopen create . # scaffold into the current directory ``` **Flags:** - `--template