1.0.4 • Published 1 year ago

@axah/wsdl-typegen v1.0.4

Weekly downloads
17
License
MIT
Repository
-
Last release
1 year ago

wsdl-typegen

This package allows to generate flow or typescript 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-flow": "wsdl-typegen generate 'path/to/your/wsdls/**/*.wsdl'",
    "typegen-typescript": "wsdl-typegen generate -t 'path/to/your/wsdls/**/*.wsdl'"
}
npm run typegen

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

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.12

4 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0-alpha.11

5 years ago