From a7890bffaa8c2edacfb333c5199b20fdd9d5bf73 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Tue, 11 Feb 2025 00:29:01 +0530 Subject: [PATCH] change create command to init --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index d93c5f8..aa41d83 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,7 @@ import chalk from "chalk"; import { createProject } from "./create-project"; const createCommand = command({ - name: "create", + name: "init", desc: "Create a new Better-T Stack project", options: { projectDir: string()