create-jazz-app
v0.2.1
Published
π· A modern CLI tool to scaffold Jazz applications with your favorite framework and authentication method.
Downloads
157
Readme
Create Jazz App
π· A modern CLI tool to scaffold Jazz applications with your favorite framework and authentication method.
Features
- π Quick start with popular frameworks (React, Svelte, Next.js, React Native)
- π Multiple authentication options (Demo, Passkey, Clerk, etc.)
- π¦ Support for various package managers (npm, yarn, pnpm, bun, deno)
- π Beautiful CLI interface with interactive prompts
- β‘οΈ Zero-config setup process
Usage
You can create a new Jazz app in two ways:
Interactive mode
Simply run:
npx create-jazz-app@latestThen follow the interactive prompts to select your:
- Framework and authentication combination
- Package manager
- Project name
Command line mode
Or specify all options directly:
npx create-jazz-app@latest my-app --starter react-passkey-auth --package-manager npmStart with an example app
You can use any of our example apps as a template for your own app, instead of choosing one of the starters.
Use the --example parameter, and pass
the directory name of the example app found here.
npm create jazz-app@latest --example chatMore starters coming soon! Check the help menu (create-jazz-app --help) for the latest list.
System requirements
- Node.js 14.0.0 or later
- Package manager of your choice (npm, yarn, pnpm, bun, or deno)
What happens when you run it?
- π Prompts for your preferences (or uses command line arguments)
- π₯ Clones the appropriate starter template
- π¦ Updates dependencies to their latest versions
- βοΈ Installs all required packages
- π Sets up your project and provides next steps
License
MIT
Made with β₯οΈ by the Jazz team
