forked from EVERSE-ResearchSoftware/TechRadar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpre-commit.json
More file actions
20 lines (20 loc) · 748 Bytes
/
pre-commit.json
File metadata and controls
20 lines (20 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/pre-commit",
"@type": "schema:SoftwareApplication",
"name": "pre-commit",
"description": "A framework for managing and maintaining multi-language pre-commit hooks.",
"url": "https://pre-commit.com/",
"isAccessibleForFree": true,
"applicationCategory": [
{ "@id": "rs:AnalysisCode", "@type": "@id" },
{ "@id": "rs:PrototypeTool", "@type": "@id" },
{ "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" }
],
"hasQualityDimension": [
{ "@id": "dim:sustainability", "@type": "@id" },
{ "@id": "dim:maintainability", "@type": "@id" }
],
"howToUse": ["command-line"],
"license": "https://spdx.org/licenses/MIT.html"
}