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.
Files changed (2) hide show
  1. package/README.md +7 -6
  2. 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 exports all schema definitions
45
- --export-type exports all type definitions
46
- --naming-case-type PascalCase or camelCase
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 generation of application and handler files
56
- -test automatic generation of test files
57
- --base-path base URL path for your API endpoints
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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hono-takibi",
3
3
  "description": "Hono Takibi is a CLI tool that generates Hono routes from OpenAPI specifications.",
4
- "version": "0.6.0",
4
+ "version": "0.6.1",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "hono",