We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca106a5 + 7bb50fb commit 8ad64bdCopy full SHA for 8ad64bd
1 file changed
README.md
@@ -23,22 +23,16 @@
23
24
This generator requires the Node version >=17.7.1 to run properly
25
26
-### How to install
27
-
28
-```bash
29
-npm i @corunet/openapi-nodejs-cli --global
30
-```
31
32
### 🧑🏻💻 Usage
33
34
```bash
35
-openapi-nodejs-cli input/schema.yaml
+npx openapi-nodejs-cli input/schema.yaml
36
```
37
38
You can retrieve an option list with this command:
39
40
41
-openapi-nodejs-cli --help
+npx openapi-nodejs-cli --help
42
43
44
0 commit comments