@theoven/cli
v0.6.1
Published
The Oven CLI — scaffold, run, build and inspect Oven apps
Readme
@theoven/cli
Scaffold, run, build and inspect Oven apps.
Part of Oven — the batteries-included framework for Bun. Add a brick, get a feature, fully typed.
Install
bun add @theoven/cliUsage
bun add -d @theoven/cli
oven create my-app --db sqlite --auth basic
oven dev # watcher
oven db generate|migrate # schema and migrations
oven worker # background jobs
oven routes # the route table
oven openapi > api.json
oven doctor # what is misconfigured, and what to do about itoven create writes an AGENTS.md into every project, so a coding agent gets the conventions without being told.
Documentation
https://theoven.app/docs/reference/cli/
Reading this with a coding agent? llms.txt is a model-readable
index of the whole documentation set, generated from it at build time.
License
MIT
