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 breadboard
npx create-breadboard
npm exec create-breadboard
Below is a list of templates derived from Vite's scaffolding templates.
Derived from create-vite/vue-ts
npm create breadboard --template vite-vue-ts
Derived from create-vite/svelte-ts
npm create breadboard --template vite-svelte-ts
Derived from create-vite/react-ts
npm create breadboard --template vite-react-ts