Fullstack starter generator for React + Vite + Express + MySQL with normal auth and role-based auth templates. Current stable version is 1.1.0. It generates a complete project structure including login/signup, dashboards, and user management. Differentiators: student-friendly CLI prompts for auth type, database style (raw MySQL or Sequelize), and theme color; supports both normal and role-based authorization out of the box. Released as a simple CLI tool, no complex configuration required.
npm install create-batmanNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new fullstack project using create-batman CLI, then starts both backend and frontend servers.
Create the MySQL database with the name you provided before starting the backend.
Generate a new project with version 1.1.0 or later to use role-based auth.
Use the Sequelize option for both normal and role-based auth.
Use npx create-batman@latest my-app
Start MySQL server and create the database specified during setup.
Choose a different port during setup or kill the process using that port.
No dependency data recorded yet.