UNPKG
@elgato/cli
Version:
beta (0.3.0-beta.6)
latest (1.9.0)
1.9.0
1.8.1
1.8.0
1.7.4
1.7.3
1.7.1
1.7.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.3.2
0.3.1
0.3.0
0.3.0-beta.6
0.3.0-beta.5
0.3.0-beta.4
0.3.0-beta.3
0.3.0-beta.2
0.3.0-beta.1
0.3.0-beta.0
0.2.0
0.1.0
0.1.0-beta.4
0.1.0-beta.3
0.1.0-beta.2
0.1.0-beta.1
0.1.0-beta.0
Stream Deck CLI tool for building with Stream Deck.
github.com/elgatosf/cli
elgatosf/cli
@elgato/cli
/
template
/
.vscode
/
settings.json
17 lines
•
315 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
/* JSON schemas */
"json.schemas"
:
[
{
"fileMatch"
:
[
"**/manifest.json"
]
,
"url"
:
"https://schemas.elgato.com/streamdeck/plugins/manifest.json"
}
,
{
"fileMatch"
:
[
"**/layouts/*.json"
]
,
"url"
:
"https://schemas.elgato.com/streamdeck/plugins/layout.json"
}
]
}