adonis-to-ddd

1.0.10 • Public • Published

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

Package Sidebar

Install

npm i adonis-to-ddd

Weekly Downloads

1

Version

1.0.10

License

ISC

Unpacked Size

16.4 kB

Total Files

16

Last publish

Collaborators

  • jonathan.abas