0.2.43 • Published 1 year ago
d2l-nest-platform-koa v0.2.43
D2L Nest Platform Koa
Description
Installation
$ npm install --save d2l-nest-platform-koa
Usage
Typescript
import { NestFactory } from '@nestjs/core';
import { KoaAdapter, NestKoaApplication } from 'd2l-nest-platform-koa';
import { ApplicationModule } from './app.module';
const app = await NestFactory.create<NestKoaApplication>(
ApplicationModule,
new KoaAdapter(),
);
Javascript
import { NestFactory } from '@nestjs/core';
import { KoaAdapter } from 'd2l-nest-platform-koa';
import { ApplicationModule } from './app.module';
const app = await NestFactory.create(
ApplicationModule,
new KoaAdapter(),
);
Test
# unit tests
$ npm test
# test coverage
$ npm run test:cov
Versioning
d2l-nest-platform-koa is maintained under the Semantic Versioning guidelines.
Contributing
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
0.2.43
1 year ago
0.2.42
1 year ago
0.2.41
1 year ago
0.2.40
2 years ago
0.2.39
2 years ago
0.2.38
2 years ago
0.2.37
2 years ago
0.2.36
2 years ago
0.2.35
2 years ago
0.2.34
2 years ago
0.2.33
2 years ago
0.2.32
2 years ago
0.2.31
2 years ago
0.2.30
2 years ago
0.2.29
2 years ago
0.2.28
2 years ago
0.2.27
2 years ago
0.2.26
2 years ago
0.2.25
2 years ago
0.2.24
2 years ago
0.2.16
2 years ago
0.2.15
2 years ago
0.2.14
2 years ago
0.2.23
2 years ago
0.2.22
2 years ago
0.2.21
2 years ago
0.2.20
2 years ago
0.2.19
2 years ago
0.2.18
2 years ago
0.2.17
2 years ago
0.2.13
2 years ago
0.2.9
2 years ago
0.2.8
2 years ago
0.2.12
2 years ago
0.2.11
2 years ago
0.2.10
2 years ago
0.2.7
3 years ago
0.2.6
3 years ago
0.2.5
3 years ago
0.2.4
3 years ago