create-flash-stack
v0.1.2
Published
Scaffold a production-ready Next.js App Router project with Convex, Better Auth, and the Flash Stack defaults
Maintainers
Readme
create-flash-stack
Opinionated scaffolder for the Flash Stack: Next.js (App Router), Convex, Better Auth, TanStack Query/Form, Effect, Motion, Resend, Turbo, Oxlint/Oxfmt, and Tailwind (tailwind-merge).
Usage
bun create flash-stack my-appOr:
npx create-flash-stack@latest my-app
pnpm create flash-stack my-appFlags
--no-install— skipbun install--no-git— skipgit init+ initial commit
Local development
bun install
bun run build
node dist/cli.mjs ./path/to/output --no-gitPublishing to npm
- Set
repository.urlinpackage.jsonto your git URL. npm publish(orbun publish) from this directory.prepublishOnlyrunstsdown+publint.
Templates ship under templates/ and are included in the npm package via the "files" field.
License
MIT
