create-khizab
Overview
create-khizab is a command line interface (CLI) for scaffolding new Khizab projects.
Usage
bash
pnpm create khizabpnpm create khizabbash
npm create khizab@latestnpm create khizab@latestbash
yarn create khizabyarn create khizabbash
bun create khizabbun create khizabOptions
-t, --template
By default, create-khizab scaffolds a basic Vite application with Khizab. However, you can specify a custom template by passing the --template/-t flag:
bash
pnpm create khizab --template nextpnpm create khizab --template nextbash
npm create khizab@latest --template nextnpm create khizab@latest --template nextbash
yarn create khizab --template nextyarn create khizab --template nextbash
bun create khizab --template nextbun create khizab --template next--bun/--npm/--pnpm/--yarn
Use a specific package manager to install dependencies. By default, create-khizab will use the package manager you used to run the command.
-h, --help
Prints the help message.
-v, --version
Prints the CLI version.
Templates
create-khizab currently comes with the following templates:
next: A Next.js Khizab project.vite-react(default): A Vite (React) Khizab project.vite-vanilla: A Vite Khizab Core project.