hono-takibi 0.5.1 → 0.5.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@ npx hono-takibi path/to/openapi.yaml -o path/to/output_hono.ts
39
39
  |------------|-------------|
40
40
  | -template | Controls the generation of application and handler files. When enabled, creates both the main application file and corresponding route handlers |
41
41
  | -test | Enables automatic generation of test files for your API endpoints. |
42
- | --basePath | Specifies the base URL path for your API endpoints. |
42
+ | --base-path | Specifies the base URL path for your API endpoints. |
43
43
  | --env | Defines the environment variable used to determine development mode. Controls features like Swagger UI availability |
44
44
 
45
45
  > **⚠️** When using the `-template` option, you must specify a valid directory path. Ensure the directory exists before executing the command.
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.5.1",
4
+ "version": "0.5.2",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "hono",