Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sebastianGVL/module-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianGVL committed Jan 21, 2025
2 parents 2d520b6 + 0a72e09 commit 3f9391f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#### Module builder created to escape the boilerplating when creating new modules, based on 3-layer app
1. Business ( Provider, Data, Creator, Facade )
2. Communication ( Controller, Request )
3. Persistence ( Model, Migration, Saver, Updater, Deleter )

#### The core principle
This package is organized the same way the modules are generated, across that,
it uses chain responsability for the factory services to generate the classes.

0 comments on commit 3f9391f

Please sign in to comment.