[ Web Proxy ]
URL:
Viewing: https://createjsstack.dev/docs/cli-options [Back]  [Original]

CLI Options | JS-Stack CLI
JS-STACK
CLI Options

CLI Options

Every flag accepted by the create command.

Run create --help for the authoritative list:

npx @vipinyadav02/createjsstack@latest create --help

Options

OptionDescriptionValues
--presetStart from a presetmern, next-fullstack, react-vite, express-api
--frontendFrontend frameworkreact, next, vue, nuxt, svelte, sveltekit, solid, qwik, astro, angular, remix, react-router, tanstack-router, tanstack-start, none
--backendBackend frameworkexpress, hono, fastify, nest, koa, elysia, next, convex, none
--databaseDatabasemongodb, postgres, mysql, sqlite, none
--ormORM / ODMprisma, drizzle, mongoose, typeorm, mikro-orm, none
--authAuthenticationbetter-auth, clerk, next-auth, lucia, none
--apiAPI styletrpc, orpc, graphql, rest, none
--runtimeRuntimenode, bun, deno, workers
--addonsExtra tools (CSV)docker, biome, turborepo, pwa, tauri, vitest, playwright, cypress
--package-managerPackage managernpm, pnpm, bun

Flags

FlagDescription
--yesSkip all prompts, use defaults
--git / --no-gitInitialize a git repository
--install / --no-installInstall dependencies after creation
--dry-runPreview files without writing them
--verbosePrint the resolved configuration

Compatibility is checked

Some combinations are validated and auto-fixed (for example, Next.js as a frontend with a conflicting backend). The CLI warns you when it adjusts a choice.

Other commands

CommandDescription
listList all available presets
add-preset <name>Register a custom preset
infoPrint environment info

Web Proxy Viewer  |  New URL  |  Original Page