Skip to content

ExaDev/create-breadboard

Repository files navigation

create-breadboard

npm version

Scaffold an applicating that uses breadboard

Commands

npm 7+

extra double-dash is needed

npm create breadboard -- [--template <template>] <directory>

yarn

yarn create breadboard [--template <template>] <directory>

pnpm

pnpm create breadboard [--template <template>] <directory>

bun

bun create breadboard [--template <template>] <directory>

This create- package is inspired by and uses several of the Vite project scaffolding templates.

Aliases

npm init

npm init breadboard

npx

npx create-breadboard

npm exec

npm exec create-breadboard

Supported template

Vite based templates

Below is a list of templates derived from Vite's scaffolding templates.

Vue 3 + TypeScript + Vite + Breadboard

Derived from create-vite/vue-ts

npm create breadboard --template vite-vue-ts

Svelte + TS + Vite + Breadboard

Derived from create-vite/svelte-ts

npm create breadboard --template vite-svelte-ts

React + TypeScript + Vite + Breadboard

Derived from create-vite/react-ts

npm create breadboard --template vite-react-ts