hyper-nano 1.2.0 → 1.2.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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,6 +70,16 @@ There are binaries built for each major platform:
|
|
|
70
70
|
- [Darwin ARM (Mac M1)](https://hyperland.s3.amazonaws.com/hyper-aarch64-apple-darwin)
|
|
71
71
|
- [Windows](https://hyperland.s3.amazonaws.com/hyper-x86_64-pc-windows-msvc.exe)
|
|
72
72
|
|
|
73
|
+
### Node Usage
|
|
74
|
+
|
|
75
|
+
Alternatively, if you use `Node`, you may run `hyper nano` using `npx`:
|
|
76
|
+
|
|
77
|
+
```sh
|
|
78
|
+
npx hyper-nano --domain=foobar --experimental --data --cache ...
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
### Deno Usage
|
|
82
|
+
|
|
73
83
|
Alternatively, if you use `Deno` you may run `hyper nano` directly from the
|
|
74
84
|
source:
|
|
75
85
|
|
package/package.json
CHANGED