typescript-clean-architecture:在Typescript中创建基于Clean Architecture的应用程序的实验

时间:2024-05-22 17:47:36
【文件属性】:

文件名称:typescript-clean-architecture:在Typescript中创建基于Clean Architecture的应用程序的实验

文件大小:117KB

文件格式:ZIP

更新时间:2024-05-22 17:47:36

TypeScript

打字稿清洁架构 介绍 打字稿+干净的架构 :warning: 这仍在(也许永远会)正在开发中! 任何公关都非常欢迎! 该项目尝试遵循规则。 项目结构 . ├── src | ├── app - Enterprise business rules | | ├── core - Core business rules | | | ├── entities - Interfaces and classes that defines the app. | | | └── definitions - Interfaces and classes complement the app. | | └── {feat-name} - Business features | ├──


【文件预览】:
typescript-clean-architecture-master
----package.json(2KB)
----.eslintrc.json(326B)
----jest.config.js(133B)
----CHANGELOG(982B)
----LICENSE(1KB)
----package-lock.json(280KB)
----.directory(83B)
----src()
--------data()
--------app()
--------test-environment.ts(1015B)
--------frameworks()
----tsconfig.json(372B)
----.clang-format(71B)
----.gitignore(457B)
----commitlint.config.js(70B)
----.prettierrc.js(113B)
----README.md(2KB)
----.editorconfig(361B)

网友评论