create-vth

0.1.0 • Public • Published

☄️ create-vth

Scaffold your first VTH project using create-vth CLI.

Usage

With NPM:

npm create vth

With Yarn:

yarn create vth

With PNPM:

pnpm create vth

With Bun:

bun create vth

Then follow the prompts.

To use the lite template include a --lite argument 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                                                                                                                              
      --version         Show version                                                                                                                                         
  -y, --yes             skip prompts                                                                                                                                         

Documentation

Visit https://mrozio13pl.github.io/vth to view the full documentation.

Readme

Keywords

Package Sidebar

Install

npm i create-vth

Weekly Downloads

8

Version

0.1.0

License

MIT

Unpacked Size

161 kB

Total Files

51

Last publish

Collaborators

  • mrozio