@zoahhq/cli 0.1.5 → 0.1.7
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 +4 -1
- package/dist/cli.mjs +31817 -30642
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://zoah.com/assets/images/
|
|
2
|
+
<img src="https://zoah.com/assets/images/z-logo.svg" alt="Zoah" width="84" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
# @zoahhq/cli
|
|
@@ -245,6 +245,9 @@ zoah swap --print-issues warn # print issue details
|
|
|
245
245
|
|
|
246
246
|
The dry-run mode is the safe way to preview what swap will do before letting it touch your source tree.
|
|
247
247
|
|
|
248
|
+
React wrappers preserve root HTML props and use `elementProps` for supported nested form controls.
|
|
249
|
+
See [native HTML elements](docs/native-elements.md) for the supported tags, examples, and limits.
|
|
250
|
+
|
|
248
251
|
#### Authenticated installs (`.npmrc` management)
|
|
249
252
|
|
|
250
253
|
Published packages carry the project's privacy. CLI imports are private by
|