Skip to content

Commit

Permalink
fix(dynamic-modules): incorrectly configured some forRootAsync scenarios
Browse files Browse the repository at this point in the history
re AB#8
  • Loading branch information
WonderPanda committed Oct 29, 2019
1 parent 42be242 commit 8560460
Show file tree
Hide file tree
Showing 33 changed files with 62 additions and 5,408 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,16 @@ A collection of Badass modules and utilities to help you level up your NestJS ap

## Packages

The various packages are managed using Yarn Workspaces and Lerna and published under the `@nestjs-plus` organization on NPM.
The various packages are managed using Yarn Workspaces and Lerna and published under the `@levelup-nestjs` organization on NPM.

#### [Common - @nestjs-plus/common](packages/common/README.md)
#### [Common - @levelup-nestjs/common](packages/common/README.md)

- Mixin Utilities

#### [Discovery - @nestjs-plus/discovery](packages/discovery/README.md)
#### [Discovery - @levelup-nestjs/discovery](packages/discovery/README.md)

- `DiscoveryModule` for finding providers, controllers and method handlers from your NestJS app that have certain metadata

#### [RabbitMQ - @nestjs-plus/rabbitmq](packages/rabbitmq/README.md)
#### [RabbitMQ - @levelup-nestjs/rabbitmq](packages/rabbitmq/README.md)

- A NestJS native module for RabbitMQ that supports both RPC and Publish/Subscribe messaging patterns

## Incubating (Potential future packages)

#### [Caching - @nestjs-plus/caching](packages/caching/README.md)

- A flexible module for response caching that allows per route/handler cache configuration

#### Cloud specific packages (@nestjs-plus/azure)
2 changes: 0 additions & 2 deletions examples/kitchen-sink/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions examples/kitchen-sink/.prettierrc

This file was deleted.

75 changes: 0 additions & 75 deletions examples/kitchen-sink/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions examples/kitchen-sink/docker-compose.yml

This file was deleted.

5 changes: 0 additions & 5 deletions examples/kitchen-sink/nest-cli.json

This file was deleted.

6 changes: 0 additions & 6 deletions examples/kitchen-sink/nodemon-debug.json

This file was deleted.

6 changes: 0 additions & 6 deletions examples/kitchen-sink/nodemon.json

This file was deleted.

61 changes: 0 additions & 61 deletions examples/kitchen-sink/package.json

This file was deleted.

22 changes: 0 additions & 22 deletions examples/kitchen-sink/src/app.controller.spec.ts

This file was deleted.

12 changes: 0 additions & 12 deletions examples/kitchen-sink/src/app.controller.ts

This file was deleted.

11 changes: 0 additions & 11 deletions examples/kitchen-sink/src/app.module.ts

This file was deleted.

8 changes: 0 additions & 8 deletions examples/kitchen-sink/src/app.service.ts

This file was deleted.

8 changes: 0 additions & 8 deletions examples/kitchen-sink/src/main.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions examples/kitchen-sink/src/rabbit-example/rabbit-example.module.ts

This file was deleted.

Loading

0 comments on commit 8560460

Please sign in to comment.