backend-gen-express

1.0.3 • Public • Published

Express Backend Structure Generator

This library automatically generates a clean and organized file structure for an Express.js backend project, allowing you to get started quickly with a modular architecture.

Installation

To install the library globally, run the following command in your terminal:

npm install -g backend-gen-express

Usage

After installation, execute the following command to generate the file structure:

file-generator

Generated File Structure

The following directory structure will be generated in your project:

src
 ├── controllers
 ├── db
 │    └── db.js
 ├── middlewares
 ├── models
 ├── routers
 ├── app.js
 └── index.js

Readme

Keywords

none

Package Sidebar

Install

npm i backend-gen-express

Weekly Downloads

27

Version

1.0.3

License

ISC

Unpacked Size

3.38 kB

Total Files

4

Last publish

Collaborators

  • gluconicacid