2.0.0 • Published 8 months ago

@cc-heart/nest-provider-generator v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

nest-provider-generator

The nest-provider-generator is a powerful tool designed to streamline the process of generating Nest providers and their corresponding entities. It simplifies the task of creating and linking providers and entities in your NestJS project, reducing development time and effort.

Install

npm install @cc-heart/nest-provider-generator

Usage

Created at the root of the project nestProvider.config.js

example:

export default {
  // providerFactory path
  providerFactoryPath: '../../utils/provider.factory.js',
}

Use under the nest root nest-provider <module_name> to generator entity provider

LICENSE

MIT

2.0.0

8 months ago

1.0.0

8 months ago