Skip to content

Commit f4f244f

Browse files
committed
docs: update
1 parent 60b0d20 commit f4f244f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ or install it with `-g` to have CLI globally available.
2424
npm i -g wsdl-tsclient
2525
```
2626

27+
or you can use `npx` to run it without installing
28+
29+
```sh
30+
npx wsdl-tsclient ./path/to/wsdl.wsdl -o ./generated/
31+
```
32+
2733
## Usage
2834

2935
You can check example repository [wsdl-tsclient-example](https://github.com/dderevjanik/wsdl-tsclient-example)
@@ -109,6 +115,12 @@ for more information about the use of the client, read more about [soap](https:/
109115
110116
![overview](./docs/Overview.png)
111117
118+
## Develpoment
119+
120+
- Clone the repository
121+
- Install dependencies `npm i`
122+
- Run tests `npm test`
123+
112124
## License
113125
114126
The source code is licensed under the [MIT](./LICENSE) license

0 commit comments

Comments
 (0)