create-bunigniter
v0.6.4
Published
Create a new BunIgniter project - CodeIgniter 3-style MVC Framework for Bun
Maintainers
Readme
create-bunigniter
BunIgniter project scaffolding tool
Start a BunIgniter full-stack MVC project — a CodeIgniter 3-style Bun framework — with a single command.
Usage
bunx create-bunigniter@latest my-appbunx create-bunigniter@latest blogRunning the command will:
- Create the project directory
- Install the
bunigniterpackage - Scaffold the project with
bunigniter init
Prerequisites
- Bun >= 1.0.0
Getting Started
cd my-app
bun run devOpen http://localhost:3000 in your browser.
CLI Commands
Available commands after project creation:
bun run bi make:scaffold post --fields=title:string,content:text # Full CRUD
bun run bi make:scaffold post --api --fields=title:string # API only
bun run bi migrate # Run migrations
bun run bi migrate:rollback # Rollback migrations
bun run bi db:seed # Run seeders
bun run bi list:routes # List routesLinks
| Link | Description | |------|-------------| | BunIgniter | Framework repository | | Docs | Feature documentation | | Bun | Bun runtime |
License
MIT
