abdellah0l-stack 1.0.4 ā 1.0.5
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/bin/cli.js +1 -1
- package/package.json +1 -1
- package/template/README.md +1 -0
package/bin/cli.js
CHANGED
|
@@ -10,7 +10,7 @@ const __filename = fileURLToPath(import.meta.url);
|
|
|
10
10
|
const __dirname = path.dirname(__filename);
|
|
11
11
|
|
|
12
12
|
async function main() {
|
|
13
|
-
console.log(chalk.blue.bold("\nš abdellah0l-Stack - Next.js + tRPC + Drizzle + Better-Auth\n"));
|
|
13
|
+
console.log(chalk.blue.bold("\nš abdellah0l-Stack - Next.js + tRPC + Drizzle + Better-Auth + Arcjet + TanStack Query \n"));
|
|
14
14
|
console.log(chalk.gray("Thnx for using abdellah0l-Stack :) Let's build something awesome together.\n"));
|
|
15
15
|
|
|
16
16
|
// Get project name from args or prompt
|
package/package.json
CHANGED
package/template/README.md
CHANGED
|
@@ -5,6 +5,7 @@ A modern full-stack application built with:
|
|
|
5
5
|
- **Next.js 16** - React framework with App Router
|
|
6
6
|
- **TypeScript** - Type safety
|
|
7
7
|
- **tRPC** - End-to-end type-safe APIs
|
|
8
|
+
- **Shadcn** - for the UI components
|
|
8
9
|
- **Drizzle ORM** - Type-safe database queries
|
|
9
10
|
- **PostgreSQL** - Database (Neon recommended)
|
|
10
11
|
- **Better-Auth** - Authentication (GitHub, Google, Email)
|