0.0.6 • Published 2 years ago

exprez v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago