-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.json
52 lines (52 loc) · 1.47 KB
/
templates.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
45
46
47
48
49
50
51
52
{
"tpl": {
"create-react-app-redux": {
"url": "https://github.com/notrab/create-react-app-redux.git",
"branch": "master"
},
"react-starter-kit": {
"url": "https://github.com/kriasoft/react-starter-kit.git",
"branch": "master"
},
"react-redux-starter-kit": {
"url": "https://github.com/davezuko/react-redux-starter-kit.git",
"branch": "master"
},
"react-native-starter-app": {
"url": "https://github.com/mcnamee/react-native-starter-app.git",
"branch": "master"
},
"angular-starter": {
"url": "https://github.com/AngularClass/angular-starter.git",
"branch": "master"
},
"web-starter-kit": {
"url": "https://github.com/google/web-starter-kit.git",
"branch": "master"
},
"es6-webpack2-starter": {
"url": "https://github.com/micooz/es6-webpack2-starter.git",
"branch": "master"
},
"typeScript-react-starter": {
"url": "https://github.com/Microsoft/TypeScript-React-Starter.git",
"branch": "master"
},
"angular2-react": {
"url": "https://github.com/jesion/angular2-react.git",
"branch": "master"
},
"go-starter-kit": {
"url": "https://github.com/olebedev/go-starter-kit.git",
"branch": "master"
},
"ng2-admin": {
"url": "https://github.com/akveo/ng2-admin",
"branch": "master"
},
"common-cli": {
"url": "https://github.com/gozeon/common-cli",
"branch": "master"
}
}
}