0.0.7 • Published 2 years ago

@streamkits/nestjs_module_rcon v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NestJS RCON Module

RCON module for NestJS Framework

Install dependencies

yarn add @streamkits/nestjs_module_rcon rcon-client

Instanciate

RconModule.forRootAsync({
  imports: [ConfigModule],
  inject: [ConfigService],
  useFactory: async (config: ConfigService) => ({
    config: config.get<RconOptions>('rcon.options'),
  }),
})
0.0.7

2 years ago