Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dderevjanik committed Aug 2, 2024
1 parent 60b0d20 commit f4f244f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ or install it with `-g` to have CLI globally available.
npm i -g wsdl-tsclient
```

or you can use `npx` to run it without installing

```sh
npx wsdl-tsclient ./path/to/wsdl.wsdl -o ./generated/
```

## Usage

You can check example repository [wsdl-tsclient-example](https://github.com/dderevjanik/wsdl-tsclient-example)
Expand Down Expand Up @@ -109,6 +115,12 @@ for more information about the use of the client, read more about [soap](https:/
![overview](./docs/Overview.png)
## Develpoment
- Clone the repository
- Install dependencies `npm i`
- Run tests `npm test`
## License
The source code is licensed under the [MIT](./LICENSE) license
Expand Down

0 comments on commit f4f244f

Please sign in to comment.