We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e8d50 commit e558834Copy full SHA for e558834
1 file changed
src/templates.ts
@@ -47,16 +47,11 @@ export const FRAMEWORKS: Framework[] = [
47
display: "NestJS",
48
color: cyan,
49
variants: [
50
- {
51
- name: "next-ts-tailwind",
52
- display: "Nextjs Typescript TailwindCSS",
53
- color: magenta,
54
- },
55
{
56
name: "nestjs-cli",
57
display: "nestjs-cli ↗",
58
color: magenta,
59
- customCommand: "npx @nestjs/cli TARGET_DIR",
+ customCommand: "npx @nestjs/cli new TARGET_DIR",
60
},
61
],
62
@@ -65,6 +60,11 @@ export const FRAMEWORKS: Framework[] = [
65
66
67
63
+ {
64
+ name: "next-ts-tailwind",
+ display: "Nextjs Typescript TailwindCSS",
+ color: magenta,
+ },
68
69
name: "create-next-app",
70
display: "create-next-app ↗",
0 commit comments