create-vitto
v0.1.2
Published
Command-line utility to scaffold Vite apps using Vitto.
Downloads
76
Maintainers
Readme
Create Vitto
Quickly scaffold your first Vitto project.
Compatibility Note: Vitto requires Node.js version 20.19+, 22.12+.
Usage
With NPM:
npm create vitto@latestWith Yarn:
yarn create vitto@latestWith PNPM:
pnpm create vitto@latestWith Bun:
bun create vitto@latestWith Deno:
deno init --npm vittoThen follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vitto + Tailwind CSS project, run:
# npm 7+, extra double-dash is needed:
npm create vitto@latest my-website -- --template tailwindcss
# yarn
yarn create vitto@latest my-website --template tailwindcss
# pnpm
pnpm create vitto@latest my-website --template tailwindcss
# Bun
bun create vitto@latest my-website --template tailwindcss
# Deno
deno init --npm vitto my-website --template tailwindcssTo see a list of all available templates:
# npm 7+, extra double-dash is needed:
npm create vitto@latest -- --templates
# yarn
yarn create vitto@latest --templates
# pnpm
pnpm create vitto@latest --templates
# Bun
bun create vitto@latest --templates
# Deno
deno init --npm vitto --templatesLicense
Licensed under the MIT license.
Copyrights in this project are retained by their contributors.
See the LICENSE file for more information.
