1.10.1 • Published 1 year ago

@notekunn/schematics v1.10.1

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

Usage

Import this package as your dev dependencies: yarn add -D @notekunn/schematics

Then to create new feature call nest g <feature-name> <name>where feature-name is the name of the feature.

This call will create the following structure in libs directory:

src
|-- modules
    |-- users
    |   |   |-- commands
    |   |   |   |-- handler
    |   |   |   |-- impl
    |   |   |-- event
    |   |   |   |-- handler
    |   |   |   |-- impl
    |   |   |-- queries
    |   |   |   |-- handler
    |   |   |   |-- impl
    |   |   |-- saga
    |   |   |   |-- index.ts
1.10.1

1 year ago

1.10.0

1 year ago

1.9.0

1 year ago

1.8.2

1 year ago

1.8.1

1 year ago

1.7.2

1 year ago

1.8.0

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago