Skip to content

Commit 2dedf93

Browse files
committed
feat: add typescript starter example
1 parent 4603727 commit 2dedf93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/prompts/PromptNew.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import type { Choice, PromptObject } from 'prompts';
22

33
const tsTemplates: Choice[] = [
4-
{ title: 'Default template (Recommended)', value: 'with-typescript-recommended' },
4+
{ title: 'Starter template (Recommended)', value: 'with-typescript-starter' },
5+
{ title: 'Complete template', value: 'with-typescript-complete' },
56
{ title: 'with Docker', value: 'with-docker' },
67
{ title: 'with tsup', value: 'with-tsup' },
78
{ title: 'with SWC', value: 'with-swc' }

0 commit comments

Comments
 (0)