1.0.10 • Published 7 months ago

adonis-to-ddd v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

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
1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago