-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmetadata_template.json
33 lines (32 loc) · 1.44 KB
/
metadata_template.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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Stretch",
"description": "KiCad to SVG and then back again",
"description_full": "Seamless artistic workflow for KiCad and Inkscape.\n\nUsers can start by drawing a schematic and laying out a PCB, then bring it into Inkscape to arrange a thousand LEDs into a flower arrangement, then bring it back into KiCad to lay out traces, back into Inkscape to curve the traces, back into KiCad to change their microcontroller and few pin assignments, back into Inkscape to draw out some silkscreem patterns, back into KiCad to run DRC, and so on. The workflow is intended to be seamless and painless to go back and forth.\n\nClick the homepage link - https://github.com/JarrettR/Stretch - to see how it works.",
"identifier": "com.github.jarrettr.stretch",
"type": "plugin",
"author": { "name": "Jarrett Rainier",
"contact": {
"github": "https://github.com/JarrettR",
"web": "https://jrainimo.com"
}
},
"maintainer": {
"name": "Jarrett Rainier",
"contact": {
"github": "https://github.com/JarrettR",
"web": "https://jrainimo.com"
}
},
"license": "GPL-3.0",
"resources": {
"homepage": "https://github.com/JarrettR/Stretch"
},
"versions": [
{
"version": "1.2",
"status": "stable",
"kicad_version": "6.0"
}
]
}