0.0.7 • Published 1 year ago

ca-module v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Usage

npx

npx ca-module

npm

npm install -g ca-module
ca

or

ca-module

Option

module name

Type: String

Default: MyModule

layers

Type: checkbox

Default: "domains", "use-cases", "adapters", "presentations"


Output

.
├── my-module
│   ├── adapters
│   │   └── index.ts
│   ├── domains
│   │   ├── my-module.entity.ts
│   │   ├── my-module.model.ts
│   │   └── my-module.repository.ts
│   ├── presentations
│   │   └── index.ts
│   └── use-cases
│       └── index.ts
0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago