0.0.11 • Published 4 years ago

swagger-api-tracking-webpack-plugin v0.0.11

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

npm node

Swagger API tracking Webpack Plugin

swagger API 를 통한 개발시 변경에 대한 추적 및 비교를 제공하는 plugin 입니다.

Install

npm i --save-optional swagger-api-tracking-webpack-plugin
yarn add --optional swagger-api-tracking-webpack-plugin

Requirements

  • java 1.8

Usage

아래와 같이 당신의 webpack 설정에 plugin 을 추가합니다.

const SwaggerApiTrackingWebpackPlugin = require('swagger-api-tracking-webpack-plugin')

module.exports = {
  //...
  plugins: [
    new SwaggerApiTrackingWebpackPlugin({
      apis: [
        { name: 'petstore',  url: https://petstore.swagger.io/v2/swagger.json' },
      ]
    })
  ]
}

Options

NameTypeDescriptionDefault
apisArrayAPI List Object with name and url
intervalSecondsNumbertracking interval seconds600
keepSizeNumberapi keep size20
workSpaceStringfile location for persisthomedir/.swagger-api-tracking-webpack-plugin
portNumberserver port50505

Screenshots

screenshot1 screenshot2

0.0.10

4 years ago

0.0.11

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.1

4 years ago

0.0.2

4 years ago

0.0.1-beta.2

4 years ago

0.0.1-beta.1

4 years ago