@solcreek/dew 0.7.37 → 0.7.39
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,6 +35,11 @@ npm install -g dew
|
|
|
35
35
|
irm https://github.com/solcreek/dew/releases/latest/download/install.ps1 | iex
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
+
> One-off try-out without installing: `npx dew run -- uname -a` works too.
|
|
39
|
+
> Once dew is installed (brew, install.sh, or `npm install -g`), call `dew`
|
|
40
|
+
> directly — `npx dew` always resolves the npm package and ignores the
|
|
41
|
+
> binary already on your PATH, adding startup overhead on every call.
|
|
42
|
+
|
|
38
43
|
Then try:
|
|
39
44
|
|
|
40
45
|
```bash
|