@pubinfo/preset-openapi
TypeScript icon, indicating that this package has built-in type declarations

0.8.4 • Public • Published

@pubinfo/preset-openapi

npm version Monorepo License

Preset for @pubinfo/openapi.

Install

# npm
npm install @pubinfo/preset-openapi -D

# yarn
yarn add @pubinfo/preset-openapi -D

# pnpm
pnpm install @pubinfo/preset-openapi -D

Usage

// openapi.config.js / openapi.config.ts
import { presetName } from '@pubinfo/preset-openapi'

export default {
  presets: [
    presetName({ /* preset options */ }),
  ]
}

Configuration

presetName({
  // Generated function named.
  // Acceptable value: camelCase | operationId
  functionName: 'camelCase'
})

Package Sidebar

Install

npm i @pubinfo/preset-openapi

Weekly Downloads

5

Version

0.8.4

License

MIT

Unpacked Size

8.5 kB

Total Files

6

Last publish

Collaborators

  • wsypower
  • werheng
  • elonehoo