-
Notifications
You must be signed in to change notification settings - Fork 0
/
daleks.json
44 lines (44 loc) · 873 Bytes
/
daleks.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"templates": [
{
"name": "npm-bin",
"branch": "npm-bin"
},
{
"name": "weapp-javascript",
"branch": "weapp-javascript"
},
{
"name": "weapp-plugin",
"branch": "weapp-plugin"
},
{
"name": "weapp-plugin-taro",
"branch": "weapp-plugin-taro"
},
{
"name": "weapp-taro-cloud",
"branch": "weapp-taro-cloud"
},
{
"name": "weapp-taro-next",
"branch": "weapp-taro-next",
"title": "Taro next 模板",
"description": "Taro next 基础模板"
},
{
"name": "weapp-typescript",
"branch": "weapp-typescript"
},
{
"name": "web-react",
"branch": "web-react",
"title": "React 模板",
"description": "React 基础模板"
},
{
"name": "web-react-blog",
"branch": "web-react-blog"
}
]
}