@nestcloud/core
v0.6.13
Published
A Nest framework (node.js) module for registering and getting consul service easily.
Downloads
7,304
Readme
NestCloud - Core
Description
NestCloud core component.
Installation
$ npm install @nestcloud/core --saveUsage
import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
import { NestCloud } from '@nestcloud/core';
async function bootstrap() {
const app = NestCloud.create(await NestFactory.create(AppModule));
await app.listen(3000);
}
bootstrap();Stay in touch
- Author - NestCloud
License
NestCloud is MIT licensed.
