Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

swagger-to-typescript-client

Package Overview
Dependencies
Maintainers
1
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-to-typescript-client

Generate TypeScript axios client from Swagger & OpenAPI specification

latest
Source
npmnpm
Version
2.1.11
Version published
Maintainers
1
Created
Source

swagger-to-typescript-client

Build Status NPM version Downloads UNPKG

A CLI to Generate typescript axios client from swagger & openapi file

Installation

NPM

npm install --save swagger-to-typescript-client

Yarn

yarn add swagger-to-typescript-client

Usage

node ./node_modules/swagger-to-typescript-client/dist/index.js --pkg client-name --output ./sdk --swagger ./swagger.json

Or use NPX

npx swagger-to-typescript-client --pkg client-name --output ./sdk --swagger ./swagger.json

Example

TBA

Keywords

Swagger

FAQs

Package last updated on 26 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts