idify-ap
v1.0.2
Published
a simple CLI tool to quickly generate an MVC folder structure for Node.js projects.
Downloads
29
Readme
idify-ap (i'll do it for you by aalam patil)
a simple CLI tool to quickly generate an MVC folder structure for Node.js projects.
Installation
npm i idify-ap
Usage
create an empty project folder: mkdir my-project cd my-project
then run this command in the cli: setup-dir
it will generate this structure:
src/ controllers/ models/ routes/ services/ middlewares/ index.js
Example
mkdir my-project cd my-project npx setup-dir
Author
Aalam Patil
