@@ -13,15 +13,16 @@ Arguments:
1313 - Local: @company/generator-*, ./tools/create-ui-component
1414
1515Options:
16- --directory DIR Target directory for the generated project.
17- --agent NAME Create an agent instructions file for the specified agent.
18- --editor NAME Write editor config files for the specified editor.
19- --hooks Set up pre-commit hooks (default in non-interactive mode)
20- --no-hooks Skip pre-commit hooks setup
21- --verbose Show detailed scaffolding output
22- --no-interactive Run in non-interactive mode
23- --list List all available templates
24- -h, --help Show this help message
16+ --directory DIR Target directory for the generated project.
17+ --agent NAME Create an agent instructions file for the specified agent.
18+ --editor NAME Write editor config files for the specified editor.
19+ --hooks Set up pre-commit hooks (default in non-interactive mode)
20+ --no-hooks Skip pre-commit hooks setup
21+ --package-manager NAME Use specified package manager (pnpm, npm, yarn, bun)
22+ --verbose Show detailed scaffolding output
23+ --no-interactive Run in non-interactive mode
24+ --list List all available templates
25+ -h, --help Show this help message
2526
2627Template Options:
2728 Any arguments after -- are passed directly to the template.
@@ -68,15 +69,16 @@ Arguments:
6869 - Local: @company/generator-*, ./tools/create-ui-component
6970
7071Options:
71- --directory DIR Target directory for the generated project.
72- --agent NAME Create an agent instructions file for the specified agent.
73- --editor NAME Write editor config files for the specified editor.
74- --hooks Set up pre-commit hooks (default in non-interactive mode)
75- --no-hooks Skip pre-commit hooks setup
76- --verbose Show detailed scaffolding output
77- --no-interactive Run in non-interactive mode
78- --list List all available templates
79- -h, --help Show this help message
72+ --directory DIR Target directory for the generated project.
73+ --agent NAME Create an agent instructions file for the specified agent.
74+ --editor NAME Write editor config files for the specified editor.
75+ --hooks Set up pre-commit hooks (default in non-interactive mode)
76+ --no-hooks Skip pre-commit hooks setup
77+ --package-manager NAME Use specified package manager (pnpm, npm, yarn, bun)
78+ --verbose Show detailed scaffolding output
79+ --no-interactive Run in non-interactive mode
80+ --list List all available templates
81+ -h, --help Show this help message
8082
8183Template Options:
8284 Any arguments after -- are passed directly to the template.
@@ -123,15 +125,16 @@ Arguments:
123125 - Local: @company/generator-*, ./tools/create-ui-component
124126
125127Options:
126- --directory DIR Target directory for the generated project.
127- --agent NAME Create an agent instructions file for the specified agent.
128- --editor NAME Write editor config files for the specified editor.
129- --hooks Set up pre-commit hooks (default in non-interactive mode)
130- --no-hooks Skip pre-commit hooks setup
131- --verbose Show detailed scaffolding output
132- --no-interactive Run in non-interactive mode
133- --list List all available templates
134- -h, --help Show this help message
128+ --directory DIR Target directory for the generated project.
129+ --agent NAME Create an agent instructions file for the specified agent.
130+ --editor NAME Write editor config files for the specified editor.
131+ --hooks Set up pre-commit hooks (default in non-interactive mode)
132+ --no-hooks Skip pre-commit hooks setup
133+ --package-manager NAME Use specified package manager (pnpm, npm, yarn, bun)
134+ --verbose Show detailed scaffolding output
135+ --no-interactive Run in non-interactive mode
136+ --list List all available templates
137+ -h, --help Show this help message
135138
136139Template Options:
137140 Any arguments after -- are passed directly to the template.
0 commit comments