@crossdelta/platform-sdk 0.3.26 → 0.3.28
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 +1 -2
- package/bin/cli.js +48 -48
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,8 +77,7 @@
|
|
|
77
77
|
npm install -g @crossdelta/platform-sdk
|
|
78
78
|
pf new workspace my-platform
|
|
79
79
|
|
|
80
|
-
# Or use directly with
|
|
81
|
-
npx @crossdelta/platform-sdk new workspace my-platform
|
|
80
|
+
# Or use directly with bunx (no installation required)
|
|
82
81
|
bunx @crossdelta/platform-sdk new workspace my-platform
|
|
83
82
|
```
|
|
84
83
|
|