Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nestrx/context


https://github.com/nestrx/context

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# Context Module
The context module for [NestJS framework](https://nestjs.com/).

## Installation

npm:
```bash
npm i @nestrx/context
```
yan
```bash
yan add @nestrx/context
```

## Configure

app.module.ts
```ts
...
@Module({
...
imports: [
...
ContextModule,
...
],
...
})
...
```