-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
metadata.json
38 lines (38 loc) · 1.4 KB
/
metadata.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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Fabrication Toolkit",
"description": "JLC PCB fabrication toolkit",
"description_full": "Toolkit for automating PCB fabrication process with KiCad and JLC PCB. \n\n Features: \n\u2022 Generates gerber files in correct format for production. \n\u2022 Generates BOM file in correct format for production. \n\u2022 Generates Pick and Place file in correct format for assembly. \n\u2022 Automatic and manual component translations. \n\u2022 Many more unique additional features. \n\u2665 https://github.com/sponsors/bennymeg",
"identifier": "com.github.bennymeg.JLC-Plugin-for-KiCad",
"type": "plugin",
"author": {
"name": "Benny Megidish",
"contact": {
"web": "https://github.com/bennymeg/Fabrication-Toolkit"
}
},
"maintainer": {
"name": "Benny Megidish",
"contact": {
"web": "https://github.com/bennymeg/Fabrication-Toolkit"
}
},
"license": "Apache-2.0",
"resources": {
"homepage": "https://github.com/bennymeg/Fabrication-Toolkit",
"Sponsor": "https://github.com/sponsors/bennymeg"
},
"tags": [
"jlc",
"production",
"fabrication",
"toolkit"
],
"versions": [
{
"version": "4.5.0",
"status": "stable",
"kicad_version": "6.00"
}
]
}