1.9.0 • Published 7 months ago

express-basic-starter v1.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Express Basic Starter v2.0.0

npm version License: ISC

A lightweight, professional-grade CLI tool for scaffolding Express.js applications with a well-structured layout, essential packages, and built-in Swagger documentation. Supports both ES Modules and CommonJS.

Key Features

  • šŸš€ Zero Configuration: Get started with a single command
  • šŸ“ MVC Architecture: Pre-configured Model-View-Controller structure
  • šŸ“š API Documentation: Built-in Swagger/OpenAPI documentation
  • šŸ”’ Security: JWT authentication utility included
  • ✨ Modern JavaScript: Support for both ES Modules and CommonJS
  • šŸ› ļø Error Handling: Robust error handling system
  • šŸ“ Request Validation: Express-validator integration
  • šŸ”„ Hot Reload: Development server with nodemon

Installation

Install the CLI tool globally to use it from anywhere:

npm install -g express-basic-starter

express-basic-starter <project-name>

Alternatively, you can use npx to run the tool without installing it globally:

npx express-basic-starter <project-name>

Usage with ES Modules

To create a project using ES module syntax, use the --es flag:

npx express-basic-starter <project-name> --es

Project Folder Structure

my-express-app
ā”œā”€ā”€ app.js
ā”œā”€ā”€ package.json
ā”œā”€ā”€ package-lock.json
ā”œā”€ā”€ .gitignore
ā”œā”€ā”€ controllers
│ └── sampleController.js
ā”œā”€ā”€ docs
│ └── swagger
│       └── testDocs.js
ā”œā”€ā”€ models
│ └── sampleModel.js
ā”œā”€ā”€ routes
│ └── sampleRoute.js
ā”œā”€ā”€ utils
│ └── error.js
│ └── jwt.js
│ └── response.js
└── uploads
1.9.0

7 months ago

1.8.0

8 months ago

1.7.0

8 months ago

1.5.0

8 months ago

1.4.2

10 months ago

1.2.4

10 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago