We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd7349 commit bf083c5Copy full SHA for bf083c5
README.md
@@ -31,19 +31,25 @@
31
## install
32
33
```sh
34
-npm i -g fastify-typescript-generator
+$ npm i -g fastify-typescript-generator
35
```
36
37
## usage
38
39
Run anyone of following commands:
40
41
42
-fastify-gen
+$ fastify-gen
43
# or
44
-fastify-typescript-generator
+$ fastify-typescript-generator
45
46
-fastify-ts-gen
+$ fastify-ts-gen
47
+```
48
+
49
+Or, to avoid installation and usage simply use the following command:
50
51
+```sh
52
+$ npx fastify-typescript-generator
53
54
55
## ❓ what is it
0 commit comments