nexo-cli
v1.0.4
Published
Full-stack React + Express + MySQL project scaffolder
Readme
stackgen v2.2.0
Full-stack React + Express + MySQL scaffolder. Generates projects with:
backend-project/- Node.js + Express + MySQL routesfrontend-end/- React + Vite sidebar UI- Dashboard totals for generated pages
- Reports page with live table totals
- Basic seat/ticket/booking validation in generated routes
- Faster install time with Vite instead of react-scripts
- Offline-ready generated projects after the global package is installed once
Install globally
npm i -g your-published-package-nameRun the global install while you still have internet. After that, /setup copies the installed package dependencies into every generated backend and frontend project, so building pages, users, routes, and reports does not need another download.
Use
stackgenCommands
| Command | What it does |
|---------|-------------|
| /setup | Create new project, copy dependencies, and prepare offline use |
| /build | Add a page + table + route with simple validation |
| /edit | Add/remove columns, change DB password/port |
| /enum | Set role-based page access + create users |
| /design | Change color theme |
| /exit | Quit |
Publish to npm
npm login
npm publishChange "name" in package.json to your own npm package name before publishing.
Frontend projects support both commands:
npm start
npm run dev