Skip to content

attla/create-rajt

Repository files navigation

Create Rajt λ

Create a rajt application from starter templates.

Quick Start

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

Options

-t, --template <template>

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

-i, --install

Install dependencies after cloning template.

npm create rajt@latest ./my-app -- --install

-p, --pm <pnpm|bun|deno|npm|yarn>

Allows you to specify which package manager to use.

npm create rajt@latest ./my-app -- --pm pnpm

License

This package is licensed under the MIT license © Zunq.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published