0.1.6 • Published 2 years ago

create-nestjs-hexagonal v0.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Create NestJS Hexagonal & Clean Architecture

Description

Nest boilerplate which apply the hexagonal & clean architecture

Start

$ npx create-nestjs-hexagonal <project>

Installation

$ npm install

Running the app

# development mode 
$ npm run start:dev

# production mode
$ npm run start:prod

Folder Structure

Global

abstract

config

Error

Lib


Construct of functional folder


Port

Adapter

Core

application

domain

type