@gimli01/ca-core
v1.0.0-alpha.15
Published
> Welcome to the Clean Architecture library! This project aims to provide modules that aid in the development of NodeJS services by abstracting re-usable components by layers. Projects can move towards a more modular component structure distributed across
Downloads
13
Readme
ca-core
🚀
Welcome to the Clean Architecture library! This project aims to provide modules that aid in the development of NodeJS services by abstracting re-usable components by layers. Projects can move towards a more modular component structure distributed across layers in your application's domain.
Usage
import { App, Domain, Infra, Logic, util } from `@gimli01/ca-core`;