create-floe
v0.3.0
Published
An opinionated Next.js starter CLI with modern tooling and sensible defaults
Maintainers
Readme
floe
An opinionated Next.js starter generator built on the latest official
create-next-app.
Usage
pnpm create floe@latest my-appWithout an explicit version:
pnpm create floe my-appOr execute the npm package directly:
pnpm dlx create-floe@latest my-appOr install it globally:
pnpm add --global create-floe
floe my-appThe generated project uses Node.js 24, pnpm, strict TypeScript, the App Router, Tailwind CSS, Turbopack, typed routes, Oxlint, Oxfmt, Lefthook, Vitest, Testing Library, Knip, CSpell, T3 Env, Zod, shadcn, GitHub Actions, and Renovate.
Local development
Node.js 24 or newer and pnpm 11 or newer are required.
From this repository:
pnpm install
pnpm build
pnpm link --globalThen, from the directory where you want the test project:
floe test-app
cd test-app
pnpm check
pnpm buildRun the CLI repository tests with:
pnpm testPublishing
pnpm releaseThis runs the test suite and rebuilds dist/ before publishing.
