-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathqlty.json
More file actions
17 lines (17 loc) · 823 Bytes
/
qlty.json
File metadata and controls
17 lines (17 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://qlty.sh/",
"@type": "schema:SoftwareApplication",
"name": "Qlty",
"description": "Lightweight, modular framework for writing high-quality shell scripts with reusable components and utilities to improve script structure, error handling, and maintainability in computing environments and automation workflows.",
"url": "https://github.com/qltysh/qlty",
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/BUSL-1.1",
"applicationCategory": [
{ "@id": "rs:PrototypeTool", "@type": "@id" },
{ "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" },
{ "@id": "rs:AnalysisCode", "@type": "@id" }
],
"hasQualityDimension": { "@id": "dim:maintainability", "@type": "@id" },
"howToUse": ["CI/CD", "command-line"]
}