@povio/openapi-codegen-cli 0.0.9 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,7 +9,7 @@ The tool partially leverages code from [openapi-zod-client](https://github.com/a
9
9
  ## Setup
10
10
 
11
11
  ```bash
12
- yarn add @poviolabs/openapi-codegen-cli
12
+ yarn add @povio/openapi-codegen-cli
13
13
  ```
14
14
 
15
15
  ## Example
@@ -47,12 +47,12 @@ yarn test
47
47
 
48
48
  # run sources with tsx
49
49
  yarn start --help
50
- yarn start generate --input ./test/baby-jira.json --verbose
50
+ yarn start generate --input ./test/petstore.yaml --verbose
51
51
 
52
52
  # build new version
53
53
  yarn build
54
54
 
55
55
  # test build
56
56
  yarn start --help
57
- yarn start:dist generate --input ./test/baby-jira.json --verbose
57
+ yarn start:dist generate --input ./test/petstore.yaml --verbose
58
58
  ```