create-vth
v0.2.2
Published
Create new vth project.
Readme
☄️ create-vth
Scaffold your first VTH project using create-vth CLI.
Usage
With NPM:
npm create vthWith Yarn:
yarn create vthWith PNPM:
pnpm create vthWith Bun:
bun create vthThen follow the prompts.
To use the lite template include a
--liteargument after your command.
Alternatively, you can directly specify project name additional options with CLI arguments.
Usage:
create-vth [flags...] [project name]
Flags:
-h, --help Show help
--lite use lite template
--nolyfill remove old polyfills
--override override existing files
-r, --rolldown use rolldown-vite
--version Show version
-y, --yes skip prompts Documentation
Visit https://mrozio13pl.github.io/vth to view the full documentation.
