Skip to content

Commit a9a9aa3

Browse files
Merge branch 'master' into snyk-upgrade-cfe7cb7f807b43b5b9d5368ccc296d08
2 parents b4a0bcb + 1838403 commit a9a9aa3

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ Always run the script from the directory in which the yaml file are.
1919
Usage: index [options] <inputfile>
2020
2121
Options:
22-
-V, --version Output the version number
23-
-p, --plantuml <plantuml file> The plantuml file
24-
-m, --markdown <output file> The output file for markdown
25-
-v, --verbose Show verbose debug output
26-
-h, --help Output usage information
22+
-V, --version Output the version number
23+
-p, --plantuml <plantuml file> The plantuml file
24+
-m, --markdown <markdown file> The output file for markdown
25+
-j, --jsonschema <jsonschema file> Transform to json schema
26+
-v, --verbose Show verbose debug output
27+
-h, --help Output usage information
2728
```
2829

2930
## Example

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-transformer",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Transforms OpenAPI Schemas to other formats like MarkDown and PlantUML",
55
"main": "index.js",
66
"homepage": "https://github.com/armand-janssen/openapi-transformer",
@@ -28,7 +28,7 @@
2828
"nyc": "^14.1.1",
2929
"sinon": "^7.3.2",
3030
"util": "^0.12.1",
31-
"yaml": "^1.3.2"
31+
"yaml": "^1.6.0"
3232
},
3333
"bin": {
3434
"openapi-transformer": "src/cli.js"

0 commit comments

Comments
 (0)