Juno Create Project
juno_create_projectScaffold a new Juno project using Vite. Choose template and package manager, automatically adds Juno SDK and configuration.
Instructions
Scaffold a new Juno project. Uses Vite to create the frontend, then adds Juno SDK and config. Does NOT use the interactive create-juno CLI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | No | Template key to use (e.g. react-ts-starter, nextjs-starter, sveltekit-starter). Defaults to react-ts-starter. | |
| directory | Yes | Directory name for the new project | |
| packageManager | No | Package manager to use (npm, yarn, pnpm) | npm |