create-jorvel
v0.3.0
Published
Scaffold a new JORVEL workspace: `npm create jorvel@latest my-app`. Thin wrapper over `jorvel init`.
Downloads
15
Maintainers
Readme
create-jorvel
Scaffold a new JORVEL micro-frontend workspace.
npm create jorvel@latest my-app
# or
pnpm create jorvel my-app
yarn create jorvel my-app
bun create jorvel my-appIt forwards every argument to jorvel init, so all flags work:
npm create jorvel@latest my-app -- --template saas --pm pnpm --tailwind| Flag | Values | Default |
| --- | --- | --- |
| --template | host-remote · saas · blank | host-remote |
| --pm | pnpm · npm · yarn · bun | pnpm |
| --tailwind | enable Tailwind in generated apps | off |
| --no-git | skip git init | — |
| --no-ai | skip AI coding-agent config | — |
Run interactively (TTY) and you'll get a template + package-manager picker. See the Getting started docs.
