express-skeleton-builder

1.0.9 • Public • Published

ExpressSkeletonBuilder

ExpressSkeletonBuilder helps you quickly set up an Express.js project with a predefined MVC structure.

Installation

install with npm

Install globally using npm:

npm install -g express-skeleton-builder

Run it with:

express-skeleton-builder

Alternatively, use npx to run it without installing globally:

npx express-skeleton-builder

or you can just execute it without installing:

npm exec express-skeleton-builder

Project Structure

Here's an overview of the directory structure:

  • src/
    • configs/
    • controllers/
    • models/
    • routes/
    • public/
  • .gitignore
  • index.js
  • package.json
  • package-lock.json
  • README.md

Readme

Keywords

none

Package Sidebar

Install

npm i express-skeleton-builder

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

11.8 kB

Total Files

6

Last publish

Collaborators

  • sudikulal