Skip to content

Convert adonisJS folder design to DDD Domain-Driven Design

Notifications You must be signed in to change notification settings

JonhnyDev/adonis-to-ddd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-ddd

NPM:

npm install adonis-to-ddd

Setup

You can configure the project by running the following command:

node ace invoke adonis-to-ddd

Commands

You can configure the .adonisrc.json by running the following command:

node ace ddd:config

You can revert configuration .adonisrc.json by running the following command:

node ace ddd:config-revert

You can move files to DDD recommendaded paths by running the following command:

node ace ddd:move

You can revert moves files to AdonisJS default paths by running the following command:

node ace ddd:move-revert

About

Convert adonisJS folder design to DDD Domain-Driven Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published