We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4603727 commit 2dedf93Copy full SHA for 2dedf93
src/prompts/PromptNew.ts
@@ -1,7 +1,8 @@
1
import type { Choice, PromptObject } from 'prompts';
2
3
const tsTemplates: Choice[] = [
4
- { title: 'Default template (Recommended)', value: 'with-typescript-recommended' },
+ { title: 'Starter template (Recommended)', value: 'with-typescript-starter' },
5
+ { title: 'Complete template', value: 'with-typescript-complete' },
6
{ title: 'with Docker', value: 'with-docker' },
7
{ title: 'with tsup', value: 'with-tsup' },
8
{ title: 'with SWC', value: 'with-swc' }
0 commit comments