1.0.10 • Published 2 years ago
adonis-to-ddd v1.0.10
adonis-to-ddd
Convert adonisJS folder design to DDD Domain-Driven Design
Getting Started
Let's start by installing the package in our project.
Yarn:
yarn add adonis-to-dddNPM:
npm install adonis-to-dddSetup
You can configure the project by running the following command:
node ace invoke adonis-to-dddCommands
You can configure the .adonisrc.json by running the following command:
node ace ddd:configYou can revert configuration .adonisrc.json by running the following command:
node ace ddd:config-revertYou can move files to DDD recommendaded paths by running the following command:
node ace ddd:moveYou can revert moves files to AdonisJS default paths by running the following command:
node ace ddd:move-revert