Skip to content

sventschui/wsdl-typgen

Repository files navigation

wsdl-typegen

This package allows to generate flow types for SOAP clients generated by the soap package.

Usage

  1. Install with npm or yarn
npm i -D wsdl-typegen
yarn add -D wsdl-typegen
  1. Create and run a script in your package.json
"scripts": {
    "typegen": "wsdl-typegen generate 'path/to/your/wsdls/**/*.wsdl'"
}
npm run typegen

The typing files will be generated next to your wsdl and xsd files.

About

Generate flow types for the soap module based on WSDL and XSD files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published