forked from asyncapi/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerator-flags.json
30 lines (30 loc) · 960 Bytes
/
generator-flags.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"@asyncapi/html-template": {
"flag": "-o example",
"specPath" : "https://bit.ly/asyncapi"
},
"@asyncapi/markdown-template": {
"flag": "-o example",
"specPath" : "https://bit.ly/asyncapi"
},
"@asyncapi/nodejs-template": {
"flag": "-p server=production -o example",
"specPath" : "https://bit.ly/asyncapi"
},
"@asyncapi/nodejs-ws-template": {
"flag": "-p server=localhost -o example",
"specPath" : "https://raw.githubusercontent.com/asyncapi/generator/v1.4.0/test/docs/ws.yml"
},
"@asyncapi/java-spring-cloud-stream-template": {
"flag": "-o example",
"specPath" : "https://bit.ly/asyncapi"
},
"@asyncapi/java-spring-template": {
"flag": "-o example",
"specPath" : "https://bit.ly/asyncapi"
},
"@asyncapi/python-paho-template": {
"flag": "-o example",
"specPath" : "https://bit.ly/asyncapi"
}
}