Skip to content

Commit d919fda

Browse files
committed
feat: add funding configuration for project support
Signed-off-by: kaifcoder <kaifmohd2014@gmail.com>
1 parent d9f117d commit d919fda

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

funding.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "individual",
5+
"role": "owner",
6+
"name": "Mohd Kaif",
7+
"email": "kaifmohd2014@gmail.com",
8+
"phone": "+919336834706",
9+
"description": "Working as a full stack developer at SAP while pursuing M.tech in software engineering from BITS Pilani. ",
10+
"webpageUrl": {
11+
"url": "https://linktr.ee/mohdkaif0"
12+
}
13+
},
14+
"projects": [
15+
{
16+
"guid": "create-polyglot",
17+
"name": "Create Polyglot",
18+
"description": "Scaffold polyglot microservice monorepos with built-in templates for Node, Python, Go, and more.",
19+
"webpageUrl": {
20+
"url": "https://kaifcoder.github.io/create-polyglot/"
21+
},
22+
"repositoryUrl": {
23+
"url": "https://github.com/kaifcoder/create-polyglot"
24+
},
25+
"licenses": [
26+
"MIT"
27+
],
28+
"tags": [
29+
"npm",
30+
"microservice",
31+
"nx",
32+
"turborepo",
33+
"python",
34+
"node",
35+
"scripting"
36+
]
37+
}
38+
],
39+
"funding": {
40+
"channels": [
41+
{
42+
"guid": "MyBank",
43+
"type": "bank",
44+
"description": "contact me on my email (kaifmohd2014@gmail.com) to get account details "
45+
}
46+
],
47+
"plans": [
48+
{
49+
"guid": "MyBank",
50+
"status": "active",
51+
"name": "Development Support Plan",
52+
"description": "This will cover the cost of one developer working part-time on the project",
53+
"amount": 200,
54+
"currency": "USD",
55+
"frequency": "monthly",
56+
"channels": [
57+
"MyBank"
58+
]
59+
}
60+
],
61+
"history": []
62+
}
63+
}

0 commit comments

Comments
 (0)