@elgato/cli 0.1.0-beta.3 → 0.1.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
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://docs.elgato.com/sdk" title="Read the Stream Deck SDK documentation" alt="Stream Deck SDK">
|
|
3
|
-
<img src="./assets/banner.png">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
1
|
<div align="center">
|
|
7
2
|
|
|
8
|
-
|
|
3
|
+
[](https://docs.elgato.com/sdk)
|
|
4
|
+
|
|
5
|
+
# Maker CLI (Beta)
|
|
9
6
|
|
|
10
7
|
[](https://www.npmjs.com/package/@elgato/cli)
|
|
11
8
|
[](https://docs.elgato.com/sdk)
|
|
@@ -65,6 +62,8 @@ streamdeck create
|
|
|
65
62
|
|
|
66
63
|
The creation wizard will guide you through creating Stream Deck plugins with our official Node.js SDK, and provides all scaffolding required to get started quickly. As part of the wizard, developer mode is enabled, and the plugin built and linked to Stream Deck making it ready for use.
|
|
67
64
|
|
|
65
|
+
> To learn more about creating Stream Deck plugins with Node.js, see our [Stream Deck SDK](https://github.com/elgatosf/streamdeck).
|
|
66
|
+
|
|
68
67
|
#### See Also
|
|
69
68
|
|
|
70
69
|
- [dev](#%EF%B8%8F-dev)
|
|
@@ -193,22 +192,6 @@ Lists the defined configuration, eg. values defined using [config set](#set).
|
|
|
193
192
|
|
|
194
193
|
### Configuration
|
|
195
194
|
|
|
196
|
-
#### create.mode
|
|
197
|
-
|
|
198
|
-
- Default: `prod`
|
|
199
|
-
- Type: `prod` or `dev`
|
|
200
|
-
- `prod`, the latest supported published version.
|
|
201
|
-
- `dev`, the version defined within `npm.streamDeck`.
|
|
202
|
-
|
|
203
|
-
Specifies the npm version of `@elgato/streamdeck` to use when creating a Stream Deck plugin via [create](#%EF%B8%8F-create).
|
|
204
|
-
|
|
205
|
-
#### npm.streamDeck
|
|
206
|
-
|
|
207
|
-
- Default: `undefined`
|
|
208
|
-
- Type: String
|
|
209
|
-
|
|
210
|
-
The development npm version of `@elgato/streamdeck` to use when creating a Stream Deck plugin via [create](#%EF%B8%8F-create). The value can be a version or local path.
|
|
211
|
-
|
|
212
195
|
#### reduceMotion
|
|
213
196
|
|
|
214
197
|
- Default: `false`
|