@byronwade/cli
v0.1.0
Published
CLI for Fakebase — init, dev, studio, migrate, types, seed, and more
Downloads
179
Maintainers
Readme
@byronwade/cli
Part of Fakebase — a Supabase-shaped, local/dev-only development platform for Next.js prototypes. Not for production use.
The fakebase command-line tool. Scaffold and run a local, Supabase-shaped backend for your Next.js prototype: init, dev, studio, migrate, types, seed, verify, doctor, and ai.
Installation
pnpm add -D @byronwade/cliOr run it without installing:
npx fakebase initUsage
# Scaffold Fakebase into the current project
npx fakebase init
# Common workflows
npx fakebase dev # run the local dev backend
npx fakebase migrate # apply schema changes
npx fakebase types # generate database.types.tsWhat's inside
- Binary:
fakebase(the command above). - Programmatic API:
createProgram,loadConfig,writeDefaultConfig, and typeFakebaseConfig.
Documentation
License
MIT
