create-breadboard
Scaffold an applicating that uses breadboard
extra double-dash is needed
npm create breadboard -- [--template <template>] <directory>yarn create breadboard [--template <template>] <directory>pnpm create breadboard [--template <template>] <directory>bun create breadboard [--template <template>] <directory>This create- package is inspired by and uses several of the Vite project scaffolding templates.
npm init breadboardnpx create-breadboardnpm exec create-breadboardBelow is a list of templates derived from Vite's scaffolding templates.
Derived from create-vite/vue-ts
npm create breadboard --template vite-vue-tsDerived from create-vite/svelte-ts
npm create breadboard --template vite-svelte-tsDerived from create-vite/react-ts
npm create breadboard --template vite-react-ts