create-web-mvc-app
v1.0.1
Published
Scaffold WebMVC.js applications with Vite
Maintainers
Readme
How to publish and use:
Create the package:
mkdir create-web-mvc-app cd create-web-mvc-app # Create all the files aboveInstall dependencies:
npm installTest locally:
npm link create-web-mvc-app test-projectPublish to npm:
npm publishUse the published package:
npx create-web-mvc-app my-awesome-app cd my-awesome-app npm start
Features:
- ✅ Interactive CLI with help and version commands
- ✅ Template-based file generation
- ✅ Automatic dependency installation
- ✅ Git repository initialization
- ✅ Error handling and validation
- ✅ Colored output for better UX
- ✅ Skip options (--no-install, --no-git)
- ✅ Complete project structure with README
