typescript-nestjs-swagger-plugin

2.0.0 • Public • Published

typescript-nestjs-swagger-plugin

version downloads license dependencies coveralls

@nestjs/swagger ttypescript plugin reduce the amount of boilerplate code required.

Usage

Add this plugin to tsconfig.json.

{
  "compilerOptions": {
    // ...other options
    "plugins": [
      { "transform": "./build/typescript-nestjs-swagger.ts", "introspectComments": true },
    ]
  },
}

For all options supported, please see: @nestjs/swagger

Sponsor

Support code development on patron.

patron

Contributing & Development

If there is any doubt, it is very welcome to discuss the issue together. Please read Contributor Covenant Code of Conduct and CONTRIBUTING.

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i typescript-nestjs-swagger-plugin

    Weekly Downloads

    352

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    7.46 kB

    Total Files

    8

    Last publish

    Collaborators

    • val.istar.guo