express-skeleton-builder
v1.0.9
Published
Generates a basic Express project structure
Downloads
7
Readme
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