A generator for Express.js projects with database connections, caching, and MVC/API structures.
- Generate Express.js projects with MVC or API structure.
- Connect to major databases like MongoDB, PostgreSQL, MySQL, and SQLServer.
- Optional view engine setup for MVC structure (EJS, Pug, Handlebars).
- Basic weather model, controller, and API endpoint for demonstration.
To use this project generator, you can install it globally via npm:
npm install -g @arya2004/auto-expressTo initialize a new project with interactive prompts:
auto initTo create a new API project with a specified name:
auto new my-express-apiContributions are welcome! Please read the Contributing Guide for guidelines on how to proceed.
This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.
This project is licensed under the MIT License.