@bunary/cli
v0.1.0
Published
CLI scaffolding tool for Bunary - a Bun-first backend framework inspired by Laravel
Maintainers
Readme
@bunary/cli
Command-line interface for the Bunary framework. Project scaffolding and developer tools (init, model:make, middleware:make, migration:make, route:make, migrate). Full reference: docs/index.md.
Installation
bun add -g @bunary/cliOr use directly with bunx:
bunx @bunary/cli init my-appQuick start
bunary init my-app
cd my-app
bun install
bun run devWith Basic or JWT auth scaffolding: bunary init my-app --auth basic or --auth jwt. For all commands, options, generated file examples, and the programmatic API, see docs/index.md.
Requirements
- Bun ≥ 1.0.0
License
MIT
