-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
31 lines (31 loc) · 950 Bytes
/
codemeta.json
File metadata and controls
31 lines (31 loc) · 950 Bytes
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "RepliMap",
"description": "Read-only CLI to reverse-engineer AWS infrastructure into Terraform, with automatic circular dependency resolution using Tarjan's algorithm.",
"version": "1.0.0",
"programmingLanguage": ["Python"],
"runtimePlatform": ["Python 3.10+"],
"operatingSystem": ["macOS", "Linux", "Windows"],
"applicationCategory": "DevOps",
"license": "https://spdx.org/licenses/BUSL-1.1.html",
"codeRepository": "https://github.com/RepliMap/replimap-community",
"issueTracker": "https://github.com/RepliMap/replimap-community/issues",
"author": [
{
"@type": "Person",
"givenName": "David",
"familyName": "Lu"
}
],
"keywords": [
"AWS",
"Terraform",
"Infrastructure as Code",
"Graph Theory",
"Tarjan Algorithm",
"DevOps",
"SRE",
"Brownfield Migration"
]
}