New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

adonis-to-ddd

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adonis-to-ddd

Convert adonisJS folder design to DDD Domain-Driven Design

latest
Source
npmnpm
Version
1.0.10
Version published
Maintainers
1
Created
Source

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

Keywords

ddd

FAQs

Package last updated on 22 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts