0.0.6 • Published 9 months ago

exprez v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Express.js Boilerplate Generator

Express Project Generator Tool

Version License

This tool generates a basic Express project structure, including DB connection, routes, controllers, and more.

lazy developer

Features

  • Initializes an npm project
  • Creates project well-structured folder structure
  • Configures MongoDB/MySQL connection
  • Generates sample route, controller, model, views and public folders
  • Authentication with JWT
  • Helmet
  • CORS
  • Error handling
  • Rate limiting
  • View engine (EJS)
  • Morgan logger
  • Dockerfile and docker-compose.yml

What's Next

  • Add more DB options

Usage

  1. Make sure you have Node.js and npm installed.

  2. Install the package globally:

npm install -g exprez
  1. Run the command in your workspace folder in the terminal:
exprez
  1. Answer the questions and you're good to go!
0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago