11> vp create -h
22VITE+ - The Unified Toolchain for the Web
33
4- USAGE : vp create [TEMPLATE] [OPTIONS] [-- TEMPLATE_OPTIONS]
4+ Usage : vp create [TEMPLATE] [OPTIONS] [-- TEMPLATE_OPTIONS]
55
66Use any builtin, local or remote template with Vite+.
77
8- ARGUMENTS :
9- TEMPLATE Template name. Run `vp create --list` to see available templates.
10- - Default: vite:monorepo, vite:application, vite:library, vite:generator
11- - Remote: vite, @tanstack/start, create-next-app,
12- create-nuxt, github:user/repo, https://github.com/user/template-repo, etc.
13- - Local: @company/generator-*, ./tools/create-ui-component
14-
15- OPTIONS :
16- --directory DIR Target directory for the generated project.
17- --agent NAME Create an agent instructions file for the specified agent.
18- --hooks Set up pre-commit hooks (default in non-interactive mode)
19- --no-hooks Skip pre-commit hooks setup
20- --no-interactive Run in non-interactive mode
21- --list List all available templates
22- -h, --help Show this help message
23-
24- TEMPLATE OPTIONS :
8+ Arguments :
9+ TEMPLATE Template name. Run `vp create --list` to see available templates.
10+ - Default: vite:monorepo, vite:application, vite:library, vite:generator
11+ - Remote: vite, @tanstack/start, create-next-app,
12+ create-nuxt, github:user/repo, https://github.com/user/template-repo, etc.
13+ - Local: @company/generator-*, ./tools/create-ui-component
14+
15+ Options :
16+ --directory DIR Target directory for the generated project.
17+ --agent NAME Create an agent instructions file for the specified agent.
18+ --hooks Set up pre-commit hooks (default in non-interactive mode)
19+ --no-hooks Skip pre-commit hooks setup
20+ --no-interactive Run in non-interactive mode
21+ --list List all available templates
22+ -h, --help Show this help message
23+
24+ Template Options :
2525 Any arguments after -- are passed directly to the template.
2626
27- EXAMPLES :
27+ Examples :
2828 # Interactive mode
2929 vp create
3030
@@ -51,30 +51,30 @@ EXAMPLES:
5151> vp create --help
5252VITE+ - The Unified Toolchain for the Web
5353
54- USAGE : vp create [TEMPLATE] [OPTIONS] [-- TEMPLATE_OPTIONS]
54+ Usage : vp create [TEMPLATE] [OPTIONS] [-- TEMPLATE_OPTIONS]
5555
5656Use any builtin, local or remote template with Vite+.
5757
58- ARGUMENTS :
59- TEMPLATE Template name. Run `vp create --list` to see available templates.
60- - Default: vite:monorepo, vite:application, vite:library, vite:generator
61- - Remote: vite, @tanstack/start, create-next-app,
62- create-nuxt, github:user/repo, https://github.com/user/template-repo, etc.
63- - Local: @company/generator-*, ./tools/create-ui-component
64-
65- OPTIONS :
66- --directory DIR Target directory for the generated project.
67- --agent NAME Create an agent instructions file for the specified agent.
68- --hooks Set up pre-commit hooks (default in non-interactive mode)
69- --no-hooks Skip pre-commit hooks setup
70- --no-interactive Run in non-interactive mode
71- --list List all available templates
72- -h, --help Show this help message
73-
74- TEMPLATE OPTIONS :
58+ Arguments :
59+ TEMPLATE Template name. Run `vp create --list` to see available templates.
60+ - Default: vite:monorepo, vite:application, vite:library, vite:generator
61+ - Remote: vite, @tanstack/start, create-next-app,
62+ create-nuxt, github:user/repo, https://github.com/user/template-repo, etc.
63+ - Local: @company/generator-*, ./tools/create-ui-component
64+
65+ Options :
66+ --directory DIR Target directory for the generated project.
67+ --agent NAME Create an agent instructions file for the specified agent.
68+ --hooks Set up pre-commit hooks (default in non-interactive mode)
69+ --no-hooks Skip pre-commit hooks setup
70+ --no-interactive Run in non-interactive mode
71+ --list List all available templates
72+ -h, --help Show this help message
73+
74+ Template Options :
7575 Any arguments after -- are passed directly to the template.
7676
77- EXAMPLES :
77+ Examples :
7878 # Interactive mode
7979 vp create
8080
@@ -101,30 +101,30 @@ EXAMPLES:
101101> vp help create
102102VITE+ - The Unified Toolchain for the Web
103103
104- USAGE : vp create [TEMPLATE] [OPTIONS] [-- TEMPLATE_OPTIONS]
104+ Usage : vp create [TEMPLATE] [OPTIONS] [-- TEMPLATE_OPTIONS]
105105
106106Use any builtin, local or remote template with Vite+.
107107
108- ARGUMENTS :
109- TEMPLATE Template name. Run `vp create --list` to see available templates.
110- - Default: vite:monorepo, vite:application, vite:library, vite:generator
111- - Remote: vite, @tanstack/start, create-next-app,
112- create-nuxt, github:user/repo, https://github.com/user/template-repo, etc.
113- - Local: @company/generator-*, ./tools/create-ui-component
114-
115- OPTIONS :
116- --directory DIR Target directory for the generated project.
117- --agent NAME Create an agent instructions file for the specified agent.
118- --hooks Set up pre-commit hooks (default in non-interactive mode)
119- --no-hooks Skip pre-commit hooks setup
120- --no-interactive Run in non-interactive mode
121- --list List all available templates
122- -h, --help Show this help message
123-
124- TEMPLATE OPTIONS :
108+ Arguments :
109+ TEMPLATE Template name. Run `vp create --list` to see available templates.
110+ - Default: vite:monorepo, vite:application, vite:library, vite:generator
111+ - Remote: vite, @tanstack/start, create-next-app,
112+ create-nuxt, github:user/repo, https://github.com/user/template-repo, etc.
113+ - Local: @company/generator-*, ./tools/create-ui-component
114+
115+ Options :
116+ --directory DIR Target directory for the generated project.
117+ --agent NAME Create an agent instructions file for the specified agent.
118+ --hooks Set up pre-commit hooks (default in non-interactive mode)
119+ --no-hooks Skip pre-commit hooks setup
120+ --no-interactive Run in non-interactive mode
121+ --list List all available templates
122+ -h, --help Show this help message
123+
124+ Template Options :
125125 Any arguments after -- are passed directly to the template.
126126
127- EXAMPLES :
127+ Examples :
128128 # Interactive mode
129129 vp create
130130
0 commit comments