@elgato/cli 0.1.0 → 0.2.0
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
CHANGED
|
@@ -198,3 +198,10 @@ Lists the defined configuration, eg. values defined using [config set](#set).
|
|
|
198
198
|
- Type: Boolean
|
|
199
199
|
|
|
200
200
|
Determines whether feedback provided should prefer reduced motion; when `true`, the busy indicator will be rendered as a static indicator.
|
|
201
|
+
|
|
202
|
+
#### packageManager
|
|
203
|
+
|
|
204
|
+
- Default: `npm`
|
|
205
|
+
- Type: bun | npm | pnpm | yarn
|
|
206
|
+
|
|
207
|
+
Determines the package manager to use when installing dependencies for every new project.
|