0.2.43 • Published 4 months ago

d2l-nest-platform-koa v0.2.43

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

D2L Nest Platform Koa

CI

Description

Koa adapter for Nest.

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

4 months ago

0.2.42

4 months ago

0.2.41

4 months ago

0.2.40

4 months ago

0.2.39

4 months ago

0.2.38

4 months ago

0.2.37

4 months ago

0.2.36

4 months ago

0.2.35

5 months ago

0.2.34

5 months ago

0.2.33

5 months ago

0.2.32

5 months ago

0.2.31

5 months ago

0.2.30

5 months ago

0.2.29

5 months ago

0.2.28

5 months ago

0.2.27

5 months ago

0.2.26

5 months ago

0.2.25

5 months ago

0.2.24

5 months ago

0.2.16

6 months ago

0.2.15

8 months ago

0.2.14

9 months ago

0.2.23

5 months ago

0.2.22

5 months ago

0.2.21

5 months ago

0.2.20

5 months ago

0.2.19

5 months ago

0.2.18

5 months ago

0.2.17

5 months ago

0.2.13

10 months ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.7

1 year ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago