CLI tool to create a backend project from a predefined template.
bunx create-dev-backendnpx create-dev-backend- Asks for a project name
- Copies the backend template
- Removes existing Git history
- Initializes a new Git repository
- Updates the project name in
package.json - Installs dependencies
cd <project-name>
bun dev- Node.js 18+ or Bun
- Git
- The generated project is ready for local development.
- No global installation required.
Suraj Vishwakarma