@smartsoft001/crud-shell-nestjs
v2.106.0
Published
Utils to crud
Maintainers
Readme
📦 @smartsoft001/crud-shell-nestjs
🚀 Usage
npm i @smartsoft001/crud-shell-nestjs
🛠️ Modules
CrudShellNestjsModule
- Provides the main integration module for CRUD features in a NestJS app.
- Static method:
forRoot(options)— Registers controllers, providers, and imports required modules with the given configuration.
CrudShellNestjsCoreModule
- Provides a core integration module for CRUD features in a NestJS app.
- Static method:
forRoot(options)— Registers providers and imports required modules with the given configuration.
