hono-takibi 0.6.0 → 0.6.1
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 +7 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,9 +41,10 @@ basic
|
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
43
|
Options:
|
|
44
|
-
--export-schema
|
|
45
|
-
--export-type
|
|
46
|
-
--naming-case-type
|
|
44
|
+
--export-schema exports all schema definitions
|
|
45
|
+
--export-type exports all type definitions
|
|
46
|
+
--naming-case-type PascalCase or camelCase
|
|
47
|
+
--naming-case-schema PascalCase or camelCase
|
|
47
48
|
```
|
|
48
49
|
|
|
49
50
|
template
|
|
@@ -52,9 +53,9 @@ template
|
|
|
52
53
|
|
|
53
54
|
```bash
|
|
54
55
|
Options:
|
|
55
|
-
-template
|
|
56
|
-
-test
|
|
57
|
-
--base-path
|
|
56
|
+
-template generation of application and handler files
|
|
57
|
+
-test automatic generation of test files
|
|
58
|
+
--base-path base URL path for your API endpoints
|
|
58
59
|
```
|
|
59
60
|
|
|
60
61
|
### Example
|