@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
- # Maker CLI
3
+ [![Stream Deck SDK banner](https://images.ctfassets.net/8j9xr8kwdre8/1ihLKCwNWEfPixs27dq0c0/130be66a5173f332e4caa892a3462893/banner.png)](https://docs.elgato.com/sdk)
4
+
5
+ # Maker CLI (Beta)
9
6
 
10
7
  [![Maker CLI npm package](https://img.shields.io/npm/v/%40elgato/cli?logo=npm&logoColor=white)](https://www.npmjs.com/package/@elgato/cli)
11
8
  [![SDK documentation](https://img.shields.io/badge/Documentation-2ea043?labelColor=grey&logo=gitbook&logoColor=white)](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`