@rexeus/typeweaver 0.3.0 → 0.3.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.
package/README.md CHANGED
@@ -77,7 +77,7 @@ npx typeweaver generate --input ./api/definition --output ./api/generated --plug
77
77
  pnpx typeweaver generate --input ./api/definition --output ./api/generated --plugins clients
78
78
 
79
79
  # Deno
80
- dx @rexeus/typeweaver generate --input ./api/definition --output ./api/generated --plugins clients
80
+ deno run -A npm:@rexeus/typeweaver generate --input ./api/definition --output ./api/generated --plugins clients
81
81
 
82
82
  # Bun
83
83
  bunx typeweaver generate --input ./api/definition --output ./api/generated --plugins clients
@@ -118,7 +118,7 @@ Then run:
118
118
  npx typeweaver generate --config ./typeweaver.config.js
119
119
  ```
120
120
 
121
- > Replace `npx` with `pnpx`, `dx @rexeus/typeweaver`, or `bunx` depending on your runtime.
121
+ > Replace `npx` with `pnpx`, `deno run -A npm:@rexeus/typeweaver`, or `bunx` depending on your runtime.
122
122
 
123
123
  ## 🌱 Get Started
124
124