@cocreate/cli 1.28.3 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/.github/FUNDING.yml +3 -3
  2. package/.github/workflows/automated.yml +55 -55
  3. package/CHANGELOG.md +20 -0
  4. package/CONTRIBUTING.md +96 -96
  5. package/CoCreate.config.js +26 -26
  6. package/LICENSE +21 -21
  7. package/README.md +76 -76
  8. package/docs/index.html +242 -67
  9. package/package.json +3 -3
  10. package/release.config.js +21 -21
  11. package/repositories.js +475 -475
  12. package/src/addMeta.js +74 -74
  13. package/src/coc.js +80 -80
  14. package/src/commands/bump.js +85 -85
  15. package/src/commands/clone.js +2 -2
  16. package/src/commands/fs/automated.js +141 -141
  17. package/src/commands/fs/bump.js +74 -74
  18. package/src/commands/fs/config.js +78 -78
  19. package/src/commands/fs/contribution.js +136 -136
  20. package/src/commands/fs/gitignore.js +40 -40
  21. package/src/commands/fs/icon-extract.js +31 -31
  22. package/src/commands/fs/manual.js +91 -91
  23. package/src/commands/fs/package.js +39 -39
  24. package/src/commands/fs/readme.js +138 -138
  25. package/src/commands/fs/remove.js +28 -28
  26. package/src/commands/fs/replace.js +42 -42
  27. package/src/commands/fs/webpack.js +191 -191
  28. package/src/commands/git/gitConfig.js +70 -70
  29. package/src/commands/gitConfig.js +72 -72
  30. package/src/commands/install.js +24 -24
  31. package/src/commands/link.js +107 -107
  32. package/src/commands/nginx.js +25 -25
  33. package/src/commands/other/add.js +63 -63
  34. package/src/commands/other/config.sh +4 -4
  35. package/src/commands/other/nginxConfigManager.js +137 -137
  36. package/src/commands/other/nodeCertManager.js +147 -147
  37. package/src/commands/other/symlinkPwa.js +38 -38
  38. package/src/commands/other/test.js +43 -43
  39. package/src/commands/other/updateModules.js +50 -50
  40. package/src/commands/symlink.js +113 -111
  41. package/src/execute.js +66 -66
  42. package/src/spawn.js +9 -9
  43. package/webpack.config.js +84 -84
package/repositories.js CHANGED
@@ -1,475 +1,475 @@
1
- module.exports = [
2
-
3
- // {
4
- // 'path': '../CoCreateJS',
5
- // 'repo': 'github.com/CoCreate-app/CoCreateJS.git'
6
- // },
7
- {
8
- 'path': '../../CoCreateCSS',
9
- 'repo': 'github.com/CoCreate-app/CoCreateCSS.git'
10
- },
11
- // {
12
- // 'path': '../../CoCreate-admin',
13
- // 'repo': 'github.com/CoCreate-app/CoCreate-admin.git'
14
- // },
15
- {
16
- 'path': '../../CoCreate-website',
17
- 'repo': 'github.com/CoCreate-app/CoCreate-website.git'
18
- },
19
- // {
20
- // 'path': '../CoCreate-website-template',
21
- // 'repo': 'github.com/CoCreate-app/CoCreate-website-template.git'
22
- // },
23
-
24
- // Components
25
- {
26
- 'path': '../CoCreate-actions',
27
- 'repo': 'github.com/CoCreate-app/CoCreate-actions.git'
28
- },
29
- {
30
- 'path': '../CoCreate-api',
31
- 'repo': 'github.com/CoCreate-app/CoCreate-api.git'
32
- },
33
- {
34
- 'path': '../CoCreate-attributes',
35
- 'repo': 'github.com/CoCreate-app/CoCreate-attributes.git'
36
- },
37
- {
38
- 'path': '../CoCreate-calculation',
39
- 'repo': 'github.com/CoCreate-app/CoCreate-calculation.git'
40
- },
41
- {
42
- 'path': '../CoCreate-cli',
43
- 'repo': 'github.com/CoCreate-app/CoCreate-cli.git'
44
- },
45
- {
46
- 'path': '../CoCreate-clone',
47
- 'repo': 'github.com/CoCreate-app/CoCreate-clone.git'
48
- },
49
- {
50
- 'path': '../CoCreate-codearea',
51
- 'repo': 'github.com/CoCreate-app/CoCreate-codearea.git'
52
- },
53
- {
54
- 'path': '../CoCreate-conditional-logic',
55
- 'repo': 'github.com/CoCreate-app/CoCreate-conditional-logic.git'
56
- },
57
- {
58
- 'path': '../CoCreate-crdt',
59
- 'repo': 'github.com/CoCreate-app/CoCreate-crdt.git',
60
- },
61
- {
62
- 'path': '../CoCreate-crud-client',
63
- 'repo': 'github.com/CoCreate-app/CoCreate-crud-client.git'
64
- },
65
- {
66
- 'path': '../CoCreate-css-parser',
67
- 'repo': 'github.com/CoCreate-app/CoCreate-css-parser.git'
68
- },
69
- {
70
- 'path': '../CoCreate-cursors',
71
- 'repo': 'github.com/CoCreate-app/CoCreate-cursors.git'
72
- },
73
- {
74
- 'path': '../CoCreate-dnd',
75
- 'repo': 'github.com/CoCreate-app/CoCreate-dnd.git'
76
- },
77
- {
78
- 'path': '../CoCreate-docs',
79
- 'repo': 'github.com/CoCreate-app/CoCreate-docs.git'
80
- },
81
- {
82
- 'path': '../CoCreate-element-config',
83
- 'repo': 'github.com/CoCreate-app/CoCreate-element-config.git'
84
- },
85
- {
86
- 'path': '../CoCreate-element-prototype',
87
- 'repo': 'github.com/CoCreate-app/CoCreate-element-prototype.git'
88
- },
89
- {
90
- 'path': '../CoCreate-elements',
91
- 'repo': 'github.com/CoCreate-app/CoCreate-elements.git'
92
- },
93
- {
94
- 'path': '../CoCreate-events',
95
- 'repo': 'github.com/CoCreate-app/CoCreate-events.git'
96
- },
97
- {
98
- 'path': '../CoCreate-fetch',
99
- 'repo': 'github.com/CoCreate-app/CoCreate-fetch.git'
100
- },
101
- {
102
- 'path': '../CoCreate-filter',
103
- 'repo': 'github.com/CoCreate-app/CoCreate-filter.git'
104
- },
105
- {
106
- 'path': '../CoCreate-floating-label',
107
- 'repo': 'github.com/CoCreate-app/CoCreate-floating-label.git'
108
- },
109
- {
110
- 'path': '../CoCreate-form',
111
- 'repo': 'github.com/CoCreate-app/CoCreate-form.git'
112
- },
113
- {
114
- 'path': '../CoCreate-fullscreen',
115
- 'repo': 'github.com/CoCreate-app/CoCreate-fullscreen.git'
116
- },
117
- {
118
- 'path': '../CoCreate-hosting',
119
- 'repo': 'github.com/CoCreate-app/CoCreate-hosting.git'
120
- },
121
- {
122
- 'path': '../CoCreate-indexeddb',
123
- 'repo': 'github.com/CoCreate-app/CoCreate-indexeddb.git'
124
- },
125
- {
126
- 'path': '../CoCreate-industry',
127
- 'repo': 'github.com/CoCreate-app/CoCreate-industry.git'
128
- },
129
- {
130
- 'path': '../CoCreate-lazy-loader',
131
- 'repo': 'github.com/CoCreate-app/CoCreate-lazy-loader.git'
132
- },
133
- {
134
- 'path': '../CoCreate-local-storage',
135
- 'repo': 'github.com/CoCreate-app/CoCreate-local-storage.git'
136
- },
137
- {
138
- 'path': '../CoCreate-link',
139
- 'repo': 'github.com/CoCreate-app/CoCreate-link.git'
140
- },
141
- {
142
- 'path': '../CoCreate-message-client',
143
- 'repo': 'github.com/CoCreate-app/CoCreate-message-client.git'
144
- },
145
- {
146
- 'path': '../CoCreate-modal',
147
- 'repo': 'github.com/CoCreate-app/CoCreate-modal.git'
148
- },
149
- {
150
- 'path': '../CoCreate-observer',
151
- 'repo': 'github.com/CoCreate-app/CoCreate-observer.git'
152
- },
153
- {
154
- 'path': '../CoCreate-organizations',
155
- 'repo': 'github.com/CoCreate-app/CoCreate-organizations.git'
156
- },
157
- {
158
- 'path': '../CoCreate-overlay-scroll',
159
- 'repo': 'github.com/CoCreate-app/CoCreate-overlay-scroll.git'
160
- },
161
- {
162
- 'path': '../CoCreate-parallax',
163
- 'repo': 'github.com/CoCreate-app/CoCreate-parallax.git'
164
- },
165
- {
166
- 'path': '../CoCreate-pass',
167
- 'repo': 'github.com/CoCreate-app/CoCreate-pass.git'
168
- },
169
- {
170
- 'path': '../CoCreate-position',
171
- 'repo': 'github.com/CoCreate-app/CoCreate-position.git'
172
- },
173
- {
174
- 'path': '../CoCreate-progress',
175
- 'repo': 'github.com/CoCreate-app/CoCreate-progress.git'
176
- },
177
- {
178
- 'path': '../CoCreate-pwa',
179
- 'repo': 'github.com/CoCreate-app/CoCreate-pwa.git'
180
- },
181
- {
182
- 'path': '../CoCreate-random-color',
183
- 'repo': 'github.com/CoCreate-app/CoCreate-random-color.git'
184
- },
185
- {
186
- 'path': '../CoCreate-remove',
187
- 'repo': 'github.com/CoCreate-app/CoCreate-remove.git'
188
- },
189
- {
190
- 'path': '../CoCreate-render',
191
- 'repo': 'github.com/CoCreate-app/CoCreate-render.git'
192
- },
193
- {
194
- 'path': '../CoCreate-render-json',
195
- 'repo': 'github.com/CoCreate-app/CoCreate-render-json.git'
196
- },
197
- {
198
- 'path': '../CoCreate-resize',
199
- 'repo': 'github.com/CoCreate-app/CoCreate-resize.git'
200
- },
201
- {
202
- 'path': '../CoCreate-resize-observer',
203
- 'repo': 'github.com/CoCreate-app/CoCreate-resize-observer.git'
204
- },
205
- {
206
- 'path': '../CoCreate-rich-text',
207
- 'repo': 'github.com/CoCreate-app/CoCreate-rich-text.git'
208
- },
209
- {
210
- 'path': '../CoCreate-scroll',
211
- 'repo': 'github.com/CoCreate-app/CoCreate-scroll.git'
212
- },
213
- {
214
- 'path': '../CoCreate-search',
215
- 'repo': 'github.com/CoCreate-app/CoCreate-search.git'
216
- },
217
- {
218
- 'path': '../CoCreate-select',
219
- 'repo': 'github.com/CoCreate-app/CoCreate-select.git'
220
- },
221
- {
222
- 'path': '../CoCreate-selection',
223
- 'repo': 'github.com/CoCreate-app/CoCreate-selection.git'
224
- },
225
- {
226
- 'path': '../CoCreate-signup-animation',
227
- 'repo': 'github.com/CoCreate-app/CoCreate-signup-animation.git'
228
- },
229
- {
230
- 'path': '../CoCreate-socket-client',
231
- 'repo': 'github.com/CoCreate-app/CoCreate-socket-client.git'
232
- },
233
- {
234
- 'path': '../CoCreate-social-share',
235
- 'repo': 'github.com/CoCreate-app/CoCreate-social-share.git'
236
- },
237
- {
238
- 'path': '../CoCreate-text',
239
- 'repo': 'github.com/CoCreate-app/CoCreate-text.git'
240
- },
241
- {
242
- 'path': '../CoCreate-toolbar',
243
- 'repo': 'github.com/CoCreate-app/CoCreate-toolbar.git'
244
- },
245
- {
246
- 'path': '../CoCreate-unique',
247
- 'repo': 'github.com/CoCreate-app/CoCreate-unique.git'
248
- },
249
- {
250
- 'path': '../CoCreate-users',
251
- 'repo': 'github.com/CoCreate-app/CoCreate-users.git'
252
- },
253
- {
254
- 'path': '../CoCreate-utils',
255
- 'repo': 'github.com/CoCreate-app/CoCreate-utils.git'
256
- },
257
- {
258
- 'path': '../CoCreate-uuid',
259
- 'repo': 'github.com/CoCreate-app/CoCreate-uuid.git'
260
- },
261
- {
262
- 'path': '../CoCreate-validation',
263
- 'repo': 'github.com/CoCreate-app/CoCreate-validation.git'
264
- },
265
- {
266
- 'path': '../CoCreate-vdom',
267
- 'repo': 'github.com/CoCreate-app/CoCreate-vdom.git'
268
- },
269
-
270
- // Modules
271
- {
272
- 'path': '../../CoCreate-apps/CoCreate-builder',
273
- 'repo': 'github.com/CoCreate-app/CoCreate-builder.git'
274
- },
275
- // {
276
- // 'path':'../../CoCreate-apps/CoCreate-calendar',
277
- // 'repo' : 'github.com/CoCreate-app/CoCreate-calendar.git'
278
- // },
279
- // {
280
- // 'path':'../../CoCreate-apps/CoCreate-checkout',
281
- // 'repo' : 'github.com/CoCreate-app/CoCreate-checkout.git'
282
- // },
283
- {
284
- 'path': '../../CoCreate-apps/CoCreate-dashboard',
285
- 'repo': 'github.com/CoCreate-app/CoCreate-dashboard.git'
286
- },
287
- {
288
- 'path': '../../CoCreate-apps/CoCreate-datatable',
289
- 'repo': 'github.com/CoCreate-app/CoCreate-datatable.git'
290
- },
291
- // {
292
- // 'path':'../../CoCreate-apps/CoCreate-email',
293
- // 'repo' : 'github.com/CoCreate-app/CoCreate-email.git'
294
- // },
295
- {
296
- 'path': '../../CoCreate-apps/CoCreate-kanban',
297
- 'repo': 'github.com/CoCreate-app/CoCreate-kanban.git'
298
- },
299
- {
300
- 'path': '../../CoCreate-apps/CoCreate-sandbox',
301
- 'repo': 'github.com/CoCreate-app/CoCreate-sandbox.git'
302
- },
303
-
304
- // Plugins
305
- {
306
- 'path': '../../CoCreate-plugins/CoCreate-charts',
307
- 'repo': 'github.com/CoCreate-app/CoCreate-charts.git'
308
- },
309
- {
310
- 'path': '../../CoCreate-plugins/CoCreate-croppie',
311
- 'repo': 'github.com/CoCreate-app/CoCreate-croppie.git'
312
- },
313
- {
314
- 'path': '../../CoCreate-plugins/CoCreate-domain',
315
- 'repo': 'github.com/CoCreate-app/CoCreate-domain.git'
316
- },
317
- {
318
- 'path': '../../CoCreate-plugins/CoCreate-fullcalendar',
319
- 'repo': 'github.com/CoCreate-app/CoCreate-fullcalendar.git'
320
- },
321
- {
322
- 'path': '../../CoCreate-plugins/CoCreate-facebook',
323
- 'repo': 'github.com/CoCreate-app/CoCreate-facebook.git'
324
- },
325
- {
326
- 'path': '../../CoCreate-plugins/CoCreate-google-maps',
327
- 'repo': 'github.com/CoCreate-app/CoCreate-google-maps.git'
328
- },
329
- {
330
- 'path': '../../CoCreate-plugins/CoCreate-google-auth',
331
- 'repo': 'github.com/CoCreate-app/CoCreate-google-auth.git'
332
- },
333
- {
334
- 'path': '../../CoCreate-plugins/CoCreate-instagram',
335
- 'repo': 'github.com/CoCreate-app/CoCreate-instagram.git'
336
- },
337
- {
338
- 'path': '../../CoCreate-plugins/CoCreate-lighthouse',
339
- 'repo': 'github.com/CoCreate-app/CoCreate-lighthouse.git'
340
- },
341
- {
342
- 'path': '../../CoCreate-plugins/CoCreate-linkedin',
343
- 'repo': 'github.com/CoCreate-app/CoCreate-linkedin.git'
344
- },
345
- {
346
- 'path': '../../CoCreate-plugins/CoCreate-pickr',
347
- 'repo': 'github.com/CoCreate-app/CoCreate-pickr.git'
348
- },
349
- {
350
- 'path': '../../CoCreate-plugins/CoCreate-pinterest',
351
- 'repo': 'github.com/CoCreate-app/CoCreate-pinterest.git'
352
- },
353
- {
354
- 'path': '../../CoCreate-plugins/CoCreate-plaid',
355
- 'repo': 'github.com/CoCreate-app/CoCreate-plaid.git'
356
- },
357
- {
358
- 'path': '../../CoCreate-plugins/CoCreate-prism',
359
- 'repo': 'github.com/CoCreate-app/CoCreate-prism.git'
360
- },
361
- {
362
- 'path': '../../CoCreate-plugins/CoCreate-s3',
363
- 'repo': 'github.com/CoCreate-app/CoCreate-s3.git'
364
- },
365
- {
366
- 'path': '../../CoCreate-plugins/CoCreate-sendgrid',
367
- 'repo': 'github.com/CoCreate-app/CoCreate-sendgrid.git'
368
- },
369
- {
370
- 'path': '../../CoCreate-plugins/CoCreate-shipengine',
371
- 'repo': 'github.com/CoCreate-app/CoCreate-shipengine.git'
372
- },
373
- {
374
- 'path': '../../CoCreate-plugins/CoCreate-stripe',
375
- 'repo': 'github.com/CoCreate-app/CoCreate-stripe.git'
376
- },
377
- {
378
- 'path': '../../CoCreate-plugins/CoCreate-tui-image-editor',
379
- 'repo': 'github.com/CoCreate-app/CoCreate-tui-image-editor.git'
380
- },
381
- {
382
- 'path': '../../CoCreate-plugins/CoCreate-twilio',
383
- 'repo': 'github.com/CoCreate-app/CoCreate-twilio.git'
384
- },
385
- {
386
- 'path': '../../CoCreate-plugins/CoCreate-twitter',
387
- 'repo': 'github.com/CoCreate-app/CoCreate-twitter.git'
388
- },
389
- {
390
- 'path': '../../CoCreate-plugins/CoCreate-uppy',
391
- 'repo': 'github.com/CoCreate-app/CoCreate-uppy.git'
392
- },
393
-
394
-
395
-
396
- // {
397
- // 'path': '../CoCreateWS',
398
- // 'repo': 'github.com/CoCreate-app/CoCreateWS.git'
399
- // },
400
- // {
401
- // 'path': '../CoCreateApi',
402
- // 'repo': 'github.com/CoCreate-app/CoCreateApi.git'
403
- // },
404
-
405
- // {
406
- // 'path': '../CoCreateLB',
407
- // 'repo': 'github.com/CoCreate-app/CoCreateLB.git'
408
- // },
409
-
410
-
411
- // // Components
412
- {
413
- 'path': '../CoCreate-auth',
414
- 'repo': 'github.com/CoCreate-app/CoCreate-auth.git'
415
- },
416
- {
417
- 'path': '../CoCreate-crud-server',
418
- 'repo': 'github.com/CoCreate-app/CoCreate-crud-server.git'
419
- },
420
- // {
421
- // 'path': '../CoCreate-crdt-server',
422
- // 'repo': 'github.com/CoCreate-app/CoCreate-crdt-server.git'
423
- // },
424
- {
425
- 'path': '../CoCreate-file-server',
426
- 'repo': 'github.com/CoCreate-app/CoCreate-file-server.git'
427
- },
428
- {
429
- 'path': '../CoCreate-loadtest',
430
- 'repo': 'github.com/CoCreate-app/CoCreate-loadtest.git'
431
- },
432
- {
433
- 'path': '../CoCreate-message-server',
434
- 'repo': 'github.com/CoCreate-app/CoCreate-message-server.git'
435
- },
436
- {
437
- 'path': '../CoCreate-metrics-server',
438
- 'repo': 'github.com/CoCreate-app/CoCreate-metrics-server.git'
439
- },
440
- {
441
- 'path': '../CoCreate-mongodb',
442
- 'repo': 'github.com/CoCreate-app/CoCreate-mongodb.git'
443
- },
444
- {
445
- 'path': '../CoCreate-node-autoscaler',
446
- 'repo': 'github.com/CoCreate-app/CoCreate-node-autoscaler.git'
447
- },
448
- {
449
- 'path': '../CoCreate-permissions',
450
- 'repo': 'github.com/CoCreate-app/CoCreate-permissions.git'
451
- },
452
- {
453
- 'path': '../CoCreate-server-side-render',
454
- 'repo': 'github.com/CoCreate-app/CoCreate-server-side-render.git'
455
- },
456
- {
457
- 'path': '../CoCreate-socket-server',
458
- 'repo': 'github.com/CoCreate-app/CoCreate-socket-server.git'
459
- },
460
-
461
- // Maybe depreciated
462
- {
463
- 'path': '../CoCreate-keepalived',
464
- 'repo': 'github.com/CoCreate-app/CoCreate-keepalived.git'
465
- },
466
- {
467
- 'path': '../CoCreate-ide',
468
- 'repo': 'github.com/CoCreate-app/CoCreate-ide.git'
469
- },
470
- // {
471
- // 'path': '../CoCreateEmail',
472
- // 'repo': 'github.com/CoCreate-app/CoCreateEmail.git'
473
- // },
474
-
475
- ];
1
+ module.exports = [
2
+
3
+ // {
4
+ // 'path': '../CoCreateJS',
5
+ // 'repo': 'github.com/CoCreate-app/CoCreateJS.git'
6
+ // },
7
+ {
8
+ 'path': '../../CoCreateCSS',
9
+ 'repo': 'github.com/CoCreate-app/CoCreateCSS.git'
10
+ },
11
+ // {
12
+ // 'path': '../../CoCreate-admin',
13
+ // 'repo': 'github.com/CoCreate-app/CoCreate-admin.git'
14
+ // },
15
+ {
16
+ 'path': '../../CoCreate-website',
17
+ 'repo': 'github.com/CoCreate-app/CoCreate-website.git'
18
+ },
19
+ // {
20
+ // 'path': '../CoCreate-website-template',
21
+ // 'repo': 'github.com/CoCreate-app/CoCreate-website-template.git'
22
+ // },
23
+
24
+ // Components
25
+ {
26
+ 'path': '../CoCreate-actions',
27
+ 'repo': 'github.com/CoCreate-app/CoCreate-actions.git'
28
+ },
29
+ {
30
+ 'path': '../CoCreate-api',
31
+ 'repo': 'github.com/CoCreate-app/CoCreate-api.git'
32
+ },
33
+ {
34
+ 'path': '../CoCreate-attributes',
35
+ 'repo': 'github.com/CoCreate-app/CoCreate-attributes.git'
36
+ },
37
+ {
38
+ 'path': '../CoCreate-calculation',
39
+ 'repo': 'github.com/CoCreate-app/CoCreate-calculation.git'
40
+ },
41
+ {
42
+ 'path': '../CoCreate-cli',
43
+ 'repo': 'github.com/CoCreate-app/CoCreate-cli.git'
44
+ },
45
+ {
46
+ 'path': '../CoCreate-clone',
47
+ 'repo': 'github.com/CoCreate-app/CoCreate-clone.git'
48
+ },
49
+ {
50
+ 'path': '../CoCreate-codearea',
51
+ 'repo': 'github.com/CoCreate-app/CoCreate-codearea.git'
52
+ },
53
+ {
54
+ 'path': '../CoCreate-conditional-logic',
55
+ 'repo': 'github.com/CoCreate-app/CoCreate-conditional-logic.git'
56
+ },
57
+ {
58
+ 'path': '../CoCreate-crdt',
59
+ 'repo': 'github.com/CoCreate-app/CoCreate-crdt.git',
60
+ },
61
+ {
62
+ 'path': '../CoCreate-crud-client',
63
+ 'repo': 'github.com/CoCreate-app/CoCreate-crud-client.git'
64
+ },
65
+ {
66
+ 'path': '../CoCreate-css-parser',
67
+ 'repo': 'github.com/CoCreate-app/CoCreate-css-parser.git'
68
+ },
69
+ {
70
+ 'path': '../CoCreate-cursors',
71
+ 'repo': 'github.com/CoCreate-app/CoCreate-cursors.git'
72
+ },
73
+ {
74
+ 'path': '../CoCreate-dnd',
75
+ 'repo': 'github.com/CoCreate-app/CoCreate-dnd.git'
76
+ },
77
+ {
78
+ 'path': '../CoCreate-docs',
79
+ 'repo': 'github.com/CoCreate-app/CoCreate-docs.git'
80
+ },
81
+ {
82
+ 'path': '../CoCreate-element-config',
83
+ 'repo': 'github.com/CoCreate-app/CoCreate-element-config.git'
84
+ },
85
+ {
86
+ 'path': '../CoCreate-element-prototype',
87
+ 'repo': 'github.com/CoCreate-app/CoCreate-element-prototype.git'
88
+ },
89
+ {
90
+ 'path': '../CoCreate-elements',
91
+ 'repo': 'github.com/CoCreate-app/CoCreate-elements.git'
92
+ },
93
+ {
94
+ 'path': '../CoCreate-events',
95
+ 'repo': 'github.com/CoCreate-app/CoCreate-events.git'
96
+ },
97
+ {
98
+ 'path': '../CoCreate-fetch',
99
+ 'repo': 'github.com/CoCreate-app/CoCreate-fetch.git'
100
+ },
101
+ {
102
+ 'path': '../CoCreate-filter',
103
+ 'repo': 'github.com/CoCreate-app/CoCreate-filter.git'
104
+ },
105
+ {
106
+ 'path': '../CoCreate-floating-label',
107
+ 'repo': 'github.com/CoCreate-app/CoCreate-floating-label.git'
108
+ },
109
+ {
110
+ 'path': '../CoCreate-form',
111
+ 'repo': 'github.com/CoCreate-app/CoCreate-form.git'
112
+ },
113
+ {
114
+ 'path': '../CoCreate-fullscreen',
115
+ 'repo': 'github.com/CoCreate-app/CoCreate-fullscreen.git'
116
+ },
117
+ {
118
+ 'path': '../CoCreate-hosting',
119
+ 'repo': 'github.com/CoCreate-app/CoCreate-hosting.git'
120
+ },
121
+ {
122
+ 'path': '../CoCreate-indexeddb',
123
+ 'repo': 'github.com/CoCreate-app/CoCreate-indexeddb.git'
124
+ },
125
+ {
126
+ 'path': '../CoCreate-industry',
127
+ 'repo': 'github.com/CoCreate-app/CoCreate-industry.git'
128
+ },
129
+ {
130
+ 'path': '../CoCreate-lazy-loader',
131
+ 'repo': 'github.com/CoCreate-app/CoCreate-lazy-loader.git'
132
+ },
133
+ {
134
+ 'path': '../CoCreate-local-storage',
135
+ 'repo': 'github.com/CoCreate-app/CoCreate-local-storage.git'
136
+ },
137
+ {
138
+ 'path': '../CoCreate-link',
139
+ 'repo': 'github.com/CoCreate-app/CoCreate-link.git'
140
+ },
141
+ {
142
+ 'path': '../CoCreate-message-client',
143
+ 'repo': 'github.com/CoCreate-app/CoCreate-message-client.git'
144
+ },
145
+ {
146
+ 'path': '../CoCreate-modal',
147
+ 'repo': 'github.com/CoCreate-app/CoCreate-modal.git'
148
+ },
149
+ {
150
+ 'path': '../CoCreate-observer',
151
+ 'repo': 'github.com/CoCreate-app/CoCreate-observer.git'
152
+ },
153
+ {
154
+ 'path': '../CoCreate-organizations',
155
+ 'repo': 'github.com/CoCreate-app/CoCreate-organizations.git'
156
+ },
157
+ {
158
+ 'path': '../CoCreate-overlay-scroll',
159
+ 'repo': 'github.com/CoCreate-app/CoCreate-overlay-scroll.git'
160
+ },
161
+ {
162
+ 'path': '../CoCreate-parallax',
163
+ 'repo': 'github.com/CoCreate-app/CoCreate-parallax.git'
164
+ },
165
+ {
166
+ 'path': '../CoCreate-pass',
167
+ 'repo': 'github.com/CoCreate-app/CoCreate-pass.git'
168
+ },
169
+ {
170
+ 'path': '../CoCreate-position',
171
+ 'repo': 'github.com/CoCreate-app/CoCreate-position.git'
172
+ },
173
+ {
174
+ 'path': '../CoCreate-progress',
175
+ 'repo': 'github.com/CoCreate-app/CoCreate-progress.git'
176
+ },
177
+ {
178
+ 'path': '../CoCreate-pwa',
179
+ 'repo': 'github.com/CoCreate-app/CoCreate-pwa.git'
180
+ },
181
+ {
182
+ 'path': '../CoCreate-random-color',
183
+ 'repo': 'github.com/CoCreate-app/CoCreate-random-color.git'
184
+ },
185
+ {
186
+ 'path': '../CoCreate-remove',
187
+ 'repo': 'github.com/CoCreate-app/CoCreate-remove.git'
188
+ },
189
+ {
190
+ 'path': '../CoCreate-render',
191
+ 'repo': 'github.com/CoCreate-app/CoCreate-render.git'
192
+ },
193
+ {
194
+ 'path': '../CoCreate-render-json',
195
+ 'repo': 'github.com/CoCreate-app/CoCreate-render-json.git'
196
+ },
197
+ {
198
+ 'path': '../CoCreate-resize',
199
+ 'repo': 'github.com/CoCreate-app/CoCreate-resize.git'
200
+ },
201
+ {
202
+ 'path': '../CoCreate-resize-observer',
203
+ 'repo': 'github.com/CoCreate-app/CoCreate-resize-observer.git'
204
+ },
205
+ {
206
+ 'path': '../CoCreate-rich-text',
207
+ 'repo': 'github.com/CoCreate-app/CoCreate-rich-text.git'
208
+ },
209
+ {
210
+ 'path': '../CoCreate-scroll',
211
+ 'repo': 'github.com/CoCreate-app/CoCreate-scroll.git'
212
+ },
213
+ {
214
+ 'path': '../CoCreate-search',
215
+ 'repo': 'github.com/CoCreate-app/CoCreate-search.git'
216
+ },
217
+ {
218
+ 'path': '../CoCreate-select',
219
+ 'repo': 'github.com/CoCreate-app/CoCreate-select.git'
220
+ },
221
+ {
222
+ 'path': '../CoCreate-selection',
223
+ 'repo': 'github.com/CoCreate-app/CoCreate-selection.git'
224
+ },
225
+ {
226
+ 'path': '../CoCreate-signup-animation',
227
+ 'repo': 'github.com/CoCreate-app/CoCreate-signup-animation.git'
228
+ },
229
+ {
230
+ 'path': '../CoCreate-socket-client',
231
+ 'repo': 'github.com/CoCreate-app/CoCreate-socket-client.git'
232
+ },
233
+ {
234
+ 'path': '../CoCreate-social-share',
235
+ 'repo': 'github.com/CoCreate-app/CoCreate-social-share.git'
236
+ },
237
+ {
238
+ 'path': '../CoCreate-text',
239
+ 'repo': 'github.com/CoCreate-app/CoCreate-text.git'
240
+ },
241
+ {
242
+ 'path': '../CoCreate-toolbar',
243
+ 'repo': 'github.com/CoCreate-app/CoCreate-toolbar.git'
244
+ },
245
+ {
246
+ 'path': '../CoCreate-unique',
247
+ 'repo': 'github.com/CoCreate-app/CoCreate-unique.git'
248
+ },
249
+ {
250
+ 'path': '../CoCreate-users',
251
+ 'repo': 'github.com/CoCreate-app/CoCreate-users.git'
252
+ },
253
+ {
254
+ 'path': '../CoCreate-utils',
255
+ 'repo': 'github.com/CoCreate-app/CoCreate-utils.git'
256
+ },
257
+ {
258
+ 'path': '../CoCreate-uuid',
259
+ 'repo': 'github.com/CoCreate-app/CoCreate-uuid.git'
260
+ },
261
+ {
262
+ 'path': '../CoCreate-validation',
263
+ 'repo': 'github.com/CoCreate-app/CoCreate-validation.git'
264
+ },
265
+ {
266
+ 'path': '../CoCreate-vdom',
267
+ 'repo': 'github.com/CoCreate-app/CoCreate-vdom.git'
268
+ },
269
+
270
+ // Modules
271
+ {
272
+ 'path': '../../CoCreate-apps/CoCreate-builder',
273
+ 'repo': 'github.com/CoCreate-app/CoCreate-builder.git'
274
+ },
275
+ // {
276
+ // 'path':'../../CoCreate-apps/CoCreate-calendar',
277
+ // 'repo' : 'github.com/CoCreate-app/CoCreate-calendar.git'
278
+ // },
279
+ // {
280
+ // 'path':'../../CoCreate-apps/CoCreate-checkout',
281
+ // 'repo' : 'github.com/CoCreate-app/CoCreate-checkout.git'
282
+ // },
283
+ {
284
+ 'path': '../../CoCreate-apps/CoCreate-dashboard',
285
+ 'repo': 'github.com/CoCreate-app/CoCreate-dashboard.git'
286
+ },
287
+ {
288
+ 'path': '../../CoCreate-apps/CoCreate-datatable',
289
+ 'repo': 'github.com/CoCreate-app/CoCreate-datatable.git'
290
+ },
291
+ // {
292
+ // 'path':'../../CoCreate-apps/CoCreate-email',
293
+ // 'repo' : 'github.com/CoCreate-app/CoCreate-email.git'
294
+ // },
295
+ {
296
+ 'path': '../../CoCreate-apps/CoCreate-kanban',
297
+ 'repo': 'github.com/CoCreate-app/CoCreate-kanban.git'
298
+ },
299
+ {
300
+ 'path': '../../CoCreate-apps/CoCreate-sandbox',
301
+ 'repo': 'github.com/CoCreate-app/CoCreate-sandbox.git'
302
+ },
303
+
304
+ // Plugins
305
+ {
306
+ 'path': '../../CoCreate-plugins/CoCreate-charts',
307
+ 'repo': 'github.com/CoCreate-app/CoCreate-charts.git'
308
+ },
309
+ {
310
+ 'path': '../../CoCreate-plugins/CoCreate-croppie',
311
+ 'repo': 'github.com/CoCreate-app/CoCreate-croppie.git'
312
+ },
313
+ {
314
+ 'path': '../../CoCreate-plugins/CoCreate-domain',
315
+ 'repo': 'github.com/CoCreate-app/CoCreate-domain.git'
316
+ },
317
+ {
318
+ 'path': '../../CoCreate-plugins/CoCreate-fullcalendar',
319
+ 'repo': 'github.com/CoCreate-app/CoCreate-fullcalendar.git'
320
+ },
321
+ {
322
+ 'path': '../../CoCreate-plugins/CoCreate-facebook',
323
+ 'repo': 'github.com/CoCreate-app/CoCreate-facebook.git'
324
+ },
325
+ {
326
+ 'path': '../../CoCreate-plugins/CoCreate-google-maps',
327
+ 'repo': 'github.com/CoCreate-app/CoCreate-google-maps.git'
328
+ },
329
+ {
330
+ 'path': '../../CoCreate-plugins/CoCreate-google-auth',
331
+ 'repo': 'github.com/CoCreate-app/CoCreate-google-auth.git'
332
+ },
333
+ {
334
+ 'path': '../../CoCreate-plugins/CoCreate-instagram',
335
+ 'repo': 'github.com/CoCreate-app/CoCreate-instagram.git'
336
+ },
337
+ {
338
+ 'path': '../../CoCreate-plugins/CoCreate-lighthouse',
339
+ 'repo': 'github.com/CoCreate-app/CoCreate-lighthouse.git'
340
+ },
341
+ {
342
+ 'path': '../../CoCreate-plugins/CoCreate-linkedin',
343
+ 'repo': 'github.com/CoCreate-app/CoCreate-linkedin.git'
344
+ },
345
+ {
346
+ 'path': '../../CoCreate-plugins/CoCreate-pickr',
347
+ 'repo': 'github.com/CoCreate-app/CoCreate-pickr.git'
348
+ },
349
+ {
350
+ 'path': '../../CoCreate-plugins/CoCreate-pinterest',
351
+ 'repo': 'github.com/CoCreate-app/CoCreate-pinterest.git'
352
+ },
353
+ {
354
+ 'path': '../../CoCreate-plugins/CoCreate-plaid',
355
+ 'repo': 'github.com/CoCreate-app/CoCreate-plaid.git'
356
+ },
357
+ {
358
+ 'path': '../../CoCreate-plugins/CoCreate-prism',
359
+ 'repo': 'github.com/CoCreate-app/CoCreate-prism.git'
360
+ },
361
+ {
362
+ 'path': '../../CoCreate-plugins/CoCreate-s3',
363
+ 'repo': 'github.com/CoCreate-app/CoCreate-s3.git'
364
+ },
365
+ {
366
+ 'path': '../../CoCreate-plugins/CoCreate-sendgrid',
367
+ 'repo': 'github.com/CoCreate-app/CoCreate-sendgrid.git'
368
+ },
369
+ {
370
+ 'path': '../../CoCreate-plugins/CoCreate-shipengine',
371
+ 'repo': 'github.com/CoCreate-app/CoCreate-shipengine.git'
372
+ },
373
+ {
374
+ 'path': '../../CoCreate-plugins/CoCreate-stripe',
375
+ 'repo': 'github.com/CoCreate-app/CoCreate-stripe.git'
376
+ },
377
+ {
378
+ 'path': '../../CoCreate-plugins/CoCreate-tui-image-editor',
379
+ 'repo': 'github.com/CoCreate-app/CoCreate-tui-image-editor.git'
380
+ },
381
+ {
382
+ 'path': '../../CoCreate-plugins/CoCreate-twilio',
383
+ 'repo': 'github.com/CoCreate-app/CoCreate-twilio.git'
384
+ },
385
+ {
386
+ 'path': '../../CoCreate-plugins/CoCreate-twitter',
387
+ 'repo': 'github.com/CoCreate-app/CoCreate-twitter.git'
388
+ },
389
+ {
390
+ 'path': '../../CoCreate-plugins/CoCreate-uppy',
391
+ 'repo': 'github.com/CoCreate-app/CoCreate-uppy.git'
392
+ },
393
+
394
+
395
+
396
+ // {
397
+ // 'path': '../CoCreateWS',
398
+ // 'repo': 'github.com/CoCreate-app/CoCreateWS.git'
399
+ // },
400
+ // {
401
+ // 'path': '../CoCreateApi',
402
+ // 'repo': 'github.com/CoCreate-app/CoCreateApi.git'
403
+ // },
404
+
405
+ // {
406
+ // 'path': '../CoCreateLB',
407
+ // 'repo': 'github.com/CoCreate-app/CoCreateLB.git'
408
+ // },
409
+
410
+
411
+ // // Components
412
+ {
413
+ 'path': '../CoCreate-auth',
414
+ 'repo': 'github.com/CoCreate-app/CoCreate-auth.git'
415
+ },
416
+ {
417
+ 'path': '../CoCreate-crud-server',
418
+ 'repo': 'github.com/CoCreate-app/CoCreate-crud-server.git'
419
+ },
420
+ // {
421
+ // 'path': '../CoCreate-crdt-server',
422
+ // 'repo': 'github.com/CoCreate-app/CoCreate-crdt-server.git'
423
+ // },
424
+ {
425
+ 'path': '../CoCreate-file-server',
426
+ 'repo': 'github.com/CoCreate-app/CoCreate-file-server.git'
427
+ },
428
+ {
429
+ 'path': '../CoCreate-loadtest',
430
+ 'repo': 'github.com/CoCreate-app/CoCreate-loadtest.git'
431
+ },
432
+ {
433
+ 'path': '../CoCreate-message-server',
434
+ 'repo': 'github.com/CoCreate-app/CoCreate-message-server.git'
435
+ },
436
+ {
437
+ 'path': '../CoCreate-metrics-server',
438
+ 'repo': 'github.com/CoCreate-app/CoCreate-metrics-server.git'
439
+ },
440
+ {
441
+ 'path': '../CoCreate-mongodb',
442
+ 'repo': 'github.com/CoCreate-app/CoCreate-mongodb.git'
443
+ },
444
+ {
445
+ 'path': '../CoCreate-node-autoscaler',
446
+ 'repo': 'github.com/CoCreate-app/CoCreate-node-autoscaler.git'
447
+ },
448
+ {
449
+ 'path': '../CoCreate-permissions',
450
+ 'repo': 'github.com/CoCreate-app/CoCreate-permissions.git'
451
+ },
452
+ {
453
+ 'path': '../CoCreate-server-side-render',
454
+ 'repo': 'github.com/CoCreate-app/CoCreate-server-side-render.git'
455
+ },
456
+ {
457
+ 'path': '../CoCreate-socket-server',
458
+ 'repo': 'github.com/CoCreate-app/CoCreate-socket-server.git'
459
+ },
460
+
461
+ // Maybe depreciated
462
+ {
463
+ 'path': '../CoCreate-keepalived',
464
+ 'repo': 'github.com/CoCreate-app/CoCreate-keepalived.git'
465
+ },
466
+ {
467
+ 'path': '../CoCreate-ide',
468
+ 'repo': 'github.com/CoCreate-app/CoCreate-ide.git'
469
+ },
470
+ // {
471
+ // 'path': '../CoCreateEmail',
472
+ // 'repo': 'github.com/CoCreate-app/CoCreateEmail.git'
473
+ // },
474
+
475
+ ];