Skip to content

Commit 55c1e5c

Browse files
committed
MODIFY CONFIGS, README - Revamp project details and all contribution bot
1 parent fc606e4 commit 55c1e5c

File tree

3 files changed

+78
-66
lines changed

3 files changed

+78
-66
lines changed

.all-contributorsrc

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
{
2+
"projectName": "create-collabo-app",
3+
"projectOwner": "collabo-community",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
26
"files": [
37
"README.md"
48
],
59
"imageSize": 100,
610
"commit": false,
711
"contributorsPerLine": 6,
812
"contributorsSortAlphabetically": true,
13+
"skipCi": true,
914
"contributors": [
10-
{
11-
"login": "Ifycode",
12-
"name": "Obiagba Mary Ifeoma",
13-
"avatar_url": "https://avatars.githubusercontent.com/u/45185388?v=4",
14-
"profile": "https://github.com/Ifycode",
15-
"contributions": [
16-
"code",
17-
"doc"
18-
]
19-
},
2015
{
2116
"login": "chuddyjoachim",
2217
"name": "Chikezie Joachim",
@@ -32,7 +27,6 @@
3227
"avatar_url": "https://avatars.githubusercontent.com/u/35923605?v=4",
3328
"profile": "http://hritikr.me",
3429
"contributions": [
35-
"doc",
3630
"code"
3731
]
3832
},
@@ -42,7 +36,6 @@
4236
"avatar_url": "https://avatars.githubusercontent.com/u/29425128?v=4",
4337
"profile": "https://keithanphilander-e53b5c.netlify.app/",
4438
"contributions": [
45-
"bug",
4639
"code"
4740
]
4841
},
@@ -61,7 +54,7 @@
6154
"avatar_url": "https://avatars.githubusercontent.com/u/79567009?v=4",
6255
"profile": "https://github.com/izhar360",
6356
"contributions": [
64-
"doc"
57+
"code"
6558
]
6659
},
6760
{
@@ -70,7 +63,7 @@
7063
"avatar_url": "https://avatars.githubusercontent.com/u/67158080?v=4",
7164
"profile": "https://github.com/Sync271",
7265
"contributions": [
73-
"doc"
66+
"code"
7467
]
7568
},
7669
{
@@ -79,16 +72,7 @@
7972
"avatar_url": "https://avatars.githubusercontent.com/u/70102539?v=4",
8073
"profile": "https://olaleye.vercel.app/",
8174
"contributions": [
82-
"doc"
83-
]
84-
},
85-
{
86-
"login": "all-contributors",
87-
"name": "All Contributors",
88-
"avatar_url": "https://avatars.githubusercontent.com/u/46410174?v=4",
89-
"profile": "https://allcontributors.org",
90-
"contributions": [
91-
"infra"
75+
"code"
9276
]
9377
},
9478
{
@@ -97,8 +81,7 @@
9781
"avatar_url": "https://avatars.githubusercontent.com/u/75276934?v=4",
9882
"profile": "https://github.com/samuko-things",
9983
"contributions": [
100-
"code",
101-
"bug"
84+
"code"
10285
]
10386
},
10487
{
@@ -107,7 +90,7 @@
10790
"avatar_url": "https://avatars.githubusercontent.com/u/91491738?v=4",
10891
"profile": "https://github.com/Dkingofcode",
10992
"contributions": [
110-
"doc"
93+
"code"
11194
]
11295
},
11396
{
@@ -129,11 +112,6 @@
129112
]
130113
}
131114
],
132-
"projectName": "create-collabo-app",
133-
"projectOwner": "collabo-community",
134-
"repoType": "github",
135-
"repoHost": "https://github.com",
136-
"skipCi": true,
137115
"commitConvention": "angular",
138116
"commitType": "docs"
139117
}

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,17 @@ Contribute to project: See [Community and Documenation](https://resources.collab
1212

1313
#
1414
**Review Team:** To help us identify that you are done with your task assignment and your pull request is ready for review, request review from **@collabo-community/review-cli** for pull requests submitted to this repository - See [Pull Request Guide](https://docs.collabocommunity.com/pull-request-guidelines).
15+
16+
#
17+
18+
### Contributors
19+
[![All Contributors](https://img.shields.io/github/all-contributors/collabo-community/create-collabo-app?color=ee8449&style=flat-square)](#contributors) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://docs.collabocommunity.com/projects-overview) [![License: AGPL v3.0](https://img.shields.io/badge/License-AGPL%20v3.0-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
20+
21+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
22+
<!-- prettier-ignore-start -->
23+
<!-- markdownlint-disable -->
24+
25+
<!-- markdownlint-restore -->
26+
<!-- prettier-ignore-end -->
27+
28+
<!-- ALL-CONTRIBUTORS-LIST:END -->

package.json

Lines changed: 54 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -22,39 +22,6 @@
2222
"CI-test": "babel-node spec/run.js",
2323
"test-message": "node -r esm src/dev/customize/testMessage"
2424
},
25-
"repository": {
26-
"type": "git",
27-
"url": "https://github.com/collabo-community/create-collabo-app.git"
28-
},
29-
"keywords": [
30-
"create",
31-
"collabo",
32-
"app",
33-
"typescript",
34-
"javascript",
35-
"ts",
36-
"js",
37-
"esm",
38-
"cjs",
39-
"async",
40-
"await",
41-
"then",
42-
"boilerplate",
43-
"template",
44-
"cli",
45-
"node",
46-
"nodejs",
47-
"mongod",
48-
"mongodb",
49-
"atlas",
50-
"local"
51-
],
52-
"author": "Obiagba Mary",
53-
"license": "AGPL-3.0",
54-
"bugs": {
55-
"url": "https://github.com/collabo-community/user-issue-report/issues"
56-
},
57-
"homepage": "https://github.com/collabo-community/create-collabo-app#readme",
5825
"dependencies": {
5926
"arg": "^5.0.2",
6027
"chalk": "^4.1.0",
@@ -92,5 +59,58 @@
9259
"bin/",
9360
"build/src/",
9461
"templates/"
95-
]
62+
],
63+
"keywords": [
64+
"npm",
65+
"package",
66+
"collabo",
67+
"community",
68+
"code",
69+
"automate",
70+
"cli",
71+
"command",
72+
"line",
73+
"interface",
74+
"node",
75+
"nodejs",
76+
"create",
77+
"collabo",
78+
"app",
79+
"typescript",
80+
"javascript",
81+
"ts",
82+
"js",
83+
"esm",
84+
"cjs",
85+
"async",
86+
"await",
87+
"then",
88+
"boilerplate",
89+
"api",
90+
"template",
91+
"development",
92+
"environment",
93+
"mongod",
94+
"mongodb",
95+
"atlas",
96+
"local",
97+
"sql",
98+
"backend",
99+
"frontend",
100+
"library",
101+
"framework",
102+
"building",
103+
"blocks"
104+
],
105+
"homepage": "https://github.com/collabo-community/create-collabo-app#readme",
106+
"repository": {
107+
"type": "git",
108+
"url": "git+https://github.com/collabo-community/create-collabo-app.git"
109+
},
110+
"bugs": {
111+
"url": "https://github.com/collabo-community/issue-tickets-ready-for-fixing/issues"
112+
},
113+
"author": "Collabo Community [Code Collabo]",
114+
"license": "AGPL v3.0",
115+
"contributors": ["Find list of contributors in project README: https://github.com/collabo-community/create-collabo-app?tab=readme-ov-file#contributors"]
96116
}

0 commit comments

Comments
 (0)