change create command to init

This commit is contained in:
Aman Varshney
2025-02-11 00:29:01 +05:30
parent 2256ed055a
commit a7890bffaa

View File

@@ -6,7 +6,7 @@ import chalk from "chalk";
import { createProject } from "./create-project"; import { createProject } from "./create-project";
const createCommand = command({ const createCommand = command({
name: "create", name: "init",
desc: "Create a new Better-T Stack project", desc: "Create a new Better-T Stack project",
options: { options: {
projectDir: string() projectDir: string()