@axah/wsdl-typegen
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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.

/@axah/wsdl-typegen/

    Package Sidebar

    Install

    npm i @axah/wsdl-typegen

    Weekly Downloads

    16

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    219 kB

    Total Files

    58

    Last publish

    Collaborators

    • sandrozbinden-axa
    • putnockyt
    • pascaltan
    • thedadi
    • dan-m
    • tico86
    • brukri
    • healthbot
    • andibolleteraxa
    • david_s