Create a rajt application from starter templates.
Starter templates are available for each platform. Use one the following "create-rajt" commands.
# bun
bun create rajt@latest
# pnpm
pnpm create rajt@latest
# npm
npm create rajt@latest
# yarn
yarn create rajt
# deno
deno run -A npm:create-rajt@latest
You can specify the desired template from the command line. This is useful for automation, where you'd like to skip any interactive prompts.
npm create rajt@latest ./my-app -- --template cloudflare-pages
Install dependencies after cloning template.
npm create rajt@latest ./my-app -- --install
Allows you to specify which package manager to use.
npm create rajt@latest ./my-app -- --pm pnpm
This package is licensed under the MIT license © Zunq.