next-ts-cli 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist/index.js +1360 -36
- package/package.json +1 -1
- package/template/base/.cusror/mpc.json +4 -7
- package/template/base/.vscode/mcp.json +4 -0
- package/template/base/test/index.test.tsx +1 -1
package/README.md
CHANGED
|
@@ -74,11 +74,15 @@ npx next-ts-cli my-app --cli --supabase --drizzle --shadcnui --stripe
|
|
|
74
74
|
|
|
75
75
|
🎨 **Shadcn/ui** - With neutral configuration to start building compound components
|
|
76
76
|
|
|
77
|
-
**AI Integration** - Vercel AI Gateway for building
|
|
77
|
+
💡 **AI Integration** - Vercel AI Gateway for building AI apps
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
_*These integrations are all optional, so not required to scaffold the core project_
|
|
81
81
|
|
|
82
|
+
Beside these, there is also another automatic feature:
|
|
83
|
+
|
|
84
|
+
📁 **MCP Configurations** - Dynamically MCP Servers for Cursor and VSCode loaded bases on selected integrations
|
|
85
|
+
|
|
82
86
|
|
|
83
87
|
## Core Stack
|
|
84
88
|
The core project structure contains the following features:
|