-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmetadata_source.json
41 lines (40 loc) · 1.49 KB
/
metadata_source.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
39
40
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Place Footprints",
"description": "Arrange footprints on a line, circle or grid.",
"description_full": "Arrange sequentially numbered footprints or footprints from multiple hierarchical sheets in linear, circular or matrix arrangement. This plugin works on footprints already present in the layout, so that layout and schematics stay in sync.\nThe placement of footprints from multiple hierarchical sheets works well together with ReplicateLayout plugin",
"identifier": "com.github.MitjaNemec.PlaceFootprints",
"type": "plugin",
"author": {
"name": "Mitja Nemec",
"contact": {
"github": "https://github.com/MitjaNemec"
}
},
"license": "GPL-2.0",
"resources": {
"homepage": "https://github.com/MitjaNemec/PlaceFootprints"
},
"tags": [
"pcbnew",
"footprints",
"arrange"
],
"versions": [
{
"version": "VERSION",
"status": "stable",
"kicad_version": "6.0",
"kicad_version_max": "6.1",
"download_url": "https://github.com/MitjaNemec/PlaceFootprints/releases/download/VERSION/PlaceFootprints-VERSION-pcm.zip",
"download_sha256": "SHA256",
"download_size": DOWNLOAD_SIZE,
"install_size": INSTALL_SIZE,
"platforms": [
"linux",
"macos",
"windows"
]
}
]
}