@arya2004/auto-express
v1.1.1
Published
AutoExpress simplifies the setup process for building Express API projects
Downloads
2
Readme
Express Project Generator
A generator for Express.js projects with database connections, caching, and MVC/API structures.
Features
- 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.
Installation
To use this project generator, you can install it globally via npm:
npm install -g @arya2004/auto-express
Usage
Start an interactive CLI to configure project:
To initialize a new project with interactive prompts:
auto init
Generate a new Express API project with MongoDb using AutoExpress:
To create a new API project with a specified name:
auto new my-express-api
Contributing
Contributions are welcome! Please read the Contributing Guide for guidelines on how to proceed.
Code of Conduct
This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.
License
This project is licensed under the MIT License.