-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsubmodules.json
142 lines (142 loc) · 4.41 KB
/
submodules.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
[
{
"name": "android-boilerplate",
"url": "https://github.com/ribot/android-boilerplate",
"tags": ["android", "mvvm", "rxjava"]
},
{
"name": "express-typescript-boilerplate",
"url": "https://github.com/w3tecch/express-typescript-boilerplate",
"tags": ["express-typescript", "expressjs"]
},
{
"name": "html5-boilerplate",
"url": "https://github.com/h5bp/html5-boilerplate",
"tags": ["html5", "html"]
},
{
"name": "jquery-boilerplate",
"url": "https://github.com/jquery-boilerplate/jquery-boilerplate",
"tags": ["jquery", "jqueryjs", "js"]
},
{
"name": "kotlin-android-template",
"url": "https://github.com/cortinico/kotlin-android-template",
"tags": ["android", "gradle", "kotlin" ]
},
{
"name": "kotlin-gradle-plugin-template",
"url": "https://github.com/cortinico/kotlin-gradle-plugin-template",
"tags": ["gradle", "gradle-plugin", "kotlin", "plugin"]
},
{
"name": "nginx-boilerplate",
"url": "https://github.com/nginx-boilerplate/nginx-boilerplate",
"tags": ["nginx"]
},
{
"name": "node-boilerplate",
"url": "https://github.com/hagopj13/node-express-boilerplate",
"tags": ["node", "nodejs"]
},
{
"name": "react-boilerplate",
"url": "https://github.com/react-boilerplate/react-boilerplate",
"tags": ["react", "reactjs"]
},
{
"name": "react-native-boilerplate",
"url": "https://github.com/thecodingmachine/react-native-boilerplate",
"tags": ["react-native", "native", "react"]
},
{
"name": "fastapi-template",
"url": "https://github.com/99sbr/fastapi-template",
"tags": ["swagger", "fastapi", "python"]
},
{
"name": "Flask-template",
"url": "https://github.com/alisezer/flask-template",
"tags": ["flask-app", "sqlalchemy", "python"]
},
{
"name": "django-boilerplate",
"url": "https://github.com/osantana/quickstartup-template",
"tags": ["backend", "django", "python", "frontend"]
},
{
"name": "react-pwa-boilerplate",
"url": "https://github.com/aneeshpanda/my-react-template",
"tags": ["react", "reactjs", "cra-pwa", "react-husky"]
},
{
"name": "basic-php-project-structure",
"url": "https://github.com/medeirosinacio/basic-php-project-structure",
"tags": ["php", "php-template", "backend"]
},
{
"name": "ios-boilerplate",
"url": "https://github.com/rootstrap/ios-base",
"tags": ["ios", "app-dev", "storyboard"]
},
{
"name": "nodejs-boilerplate",
"url": "https://github.com/sahat/hackathon-starter",
"tags": ["Nodejs","Frontend","hackathon-starter","hackathon","pug","web-dev"]
},
{
"name": "laravel-boilerplate",
"url": "https://github.com/rappasoft/laravel-boilerplate",
"tags": ["php", "laravel", "php-template"]
},
{
"name": "aspnet-boilerplate",
"url": "https://github.com/aspnetboilerplate/aspnetboilerplate",
"tags": ["csharp", "aspnet", "framework"]
},
{
"name": "dotnet-api-boilerplate",
"url": "https://github.com/yanpitangui/dotnet-api-boilerplate",
"tags": ["dontnet-api", "mssql", "dotnetcore", "api"]
},
{
"name": "rust-web-boilerplate",
"url": "https://github.com/svenstaro/rust-web-boilerplate",
"tags": ["rust", "rocket", "diesel"]
},
{
"name": "rust-webpack-template",
"url": "https://github.com/rustwasm/rust-webpack-template",
"tags": ["rust", "wasm", "webassembly", "webpack"]
},
{
"name": "next-js-boilerplate",
"url": "https://github.com/ixartz/Next-js-Boilerplate",
"tags": ["next", "nextjs", "react", "reactjs", "tailwind", "typescript"]
},
{
"name": "flutter-boilerplate",
"url": "https://github.com/zubairehman/flutter-boilerplate-project",
"tags": ["flutter", "app-dev", "dart"]
},
{
"name": "django-react-boilerplate",
"url": "https://github.com/vintasoftware/django-react-boilerplate",
"tags": ["django-react", "django", "react","react-js"]
},
{
"name": "django-angular-boilerplate",
"url": "https://github.com/lolripgg/thinkster-django-angular-boilerplate",
"tags": ["django-angular", "django", "angular","angular-js"]
},
{
"name": "wordpress-boilerplate",
"url": "https://github.com/DevinVinson/WordPress-Plugin-Boilerplate",
"tags": ["wordpress", "website", "wordpress-plugin","web"]
},
{
"name": "django-hackathon-starter",
"url": "https://github.com/DrkSephy/django-hackathon-starter",
"tags": ["python", "django", "hackathon"]
}
]