2.1.2 • Published 8 months ago

@axah/wsdl-typegen v2.1.2

Weekly downloads
17
License
MIT
Repository
-
Last release
8 months 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.

2.1.2

8 months ago

2.1.1

8 months ago

2.1.0

8 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.12

5 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