hyperframes 0.1.4 → 0.1.6
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 +5 -3
- package/dist/cli.js +13914 -12658
- package/dist/studio/assets/{index-B1830ANq.js → index-Df6fO-S6.js} +8 -8
- package/dist/studio/index.html +1 -1
- package/dist/templates/blank/index.html +67 -42
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,8 +33,9 @@ Start the live preview studio in your browser:
|
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
35
|
npx hyperframes dev
|
|
36
|
-
#
|
|
37
|
-
|
|
36
|
+
# Studio running at http://localhost:3002
|
|
37
|
+
|
|
38
|
+
npx hyperframes dev --port 4567
|
|
38
39
|
```
|
|
39
40
|
|
|
40
41
|
### `render`
|
|
@@ -103,10 +104,11 @@ npx hyperframes docs
|
|
|
103
104
|
|
|
104
105
|
### `upgrade`
|
|
105
106
|
|
|
106
|
-
|
|
107
|
+
Check for updates and show upgrade instructions:
|
|
107
108
|
|
|
108
109
|
```bash
|
|
109
110
|
npx hyperframes upgrade
|
|
111
|
+
npx hyperframes upgrade --check --json # machine-readable for agents
|
|
110
112
|
```
|
|
111
113
|
|
|
112
114
|
## Documentation
|