ghostkey
v0.1.8
Published
CLI for GhostKey Auth projects.
Readme
ghostkey
CLI for GhostKey Auth projects.
Usage
npx ghostkey init
npx ghostkey add nextjs
npx ghostkey doctorCommands
ghostkey init: creates.env.exampleand a smallghostkey.config.json.ghostkey add nextjs: scaffolds a Next.js App Router route atapp/api/auth/[...ghostkey]/route.ts.ghostkey doctor: checks package dependencies, env variables, Prisma schema and common integration issues.
The CLI never adds password-based auth. It scaffolds passkey-first GhostKey Auth flows.
