create-arch
v0.3.2
Published
cli architecture folders
Readme
Install
npm install create-arch -D
🧿 Create onion design (Clean Architeture)
npx create-arch ca│
├── app
│
├── core
│
├── infrastructure
│
├── main
│
└── presentation
🚦 Create mvp design (Model View Presenter)
npx create-arch mvp
├── model
│
├── presenter
│
└── view
📚 Dependencies
- Express
- Typescript
