1.0.0-beta.0 • Published 3 years ago

nestjs-type-clean v1.0.0-beta.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

Installation

$ yarn add type-clean nestjs-type-clean

Basic usage

app.module.ts

import { Module } from "@nestjs/common";
import { TypeCleanModule } from 'nestjs-type-clean';
import { DogsModule } from "./dog.module.ts";

@Module({
  imports: [
    TypeCleanModule,
    DogsModule
  ]
})
export class AppModule {}

Test

# e2e tests
$ npm run test:e2e

Stay in touch

License

nestjs-type-clean is MIT licensed.