1.0.0-alpha.15 • Published 5 years ago

@gimli01/ca-core v1.0.0-alpha.15

Weekly downloads
9
License
ISC
Repository
github
Last release
5 years ago

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`;