Skip to content

j/nestjs-type-clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nestjs-type-clean

A type-clean module for Nest.js.

NPM Version Package License NPM Downloads

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published