0.0.11 • Published 12 months ago

@softkit/async-storage v0.0.11

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

This is a simple wrapper to setup a Cls Async Storage for NestJS

This is useful just for do not repeat yourself everytime, and shoudn't be used outside of Softkit ecosystem

Installation

yarn add @softkit/async-storage

Usage

import { setupClsModule } from '@softkit/async-storage';

@Module({
  imports: [
    setupClsModule(),
  ]
})
export class MainAppAppModule {}
0.0.11

12 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago