-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcode.json
More file actions
93 lines (93 loc) · 2.46 KB
/
code.json
File metadata and controls
93 lines (93 loc) · 2.46 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "repo-scaffolder",
"version": "1.1.0",
"description": "Templates and commandline tools for creating repositories for US Federal open source projects ",
"longDescription": "A suite of tools for creating new repositories that align with repository hygiene standards and best practices in US Federal open source development. It provides file templates detailing project information, contributing guidance, maintainer roles, project metadata, community involvement, feedback mechanisms, governance, security policies, and more. ",
"status": "Production",
"permissions": {
"licenses": [
{
"name": "CC0-1.0",
"URL": "https://github.com/DSACMS/repo-scaffolder/blob/main/LICENSE"
}
],
"usageType": [
"openSource"
],
"exemptionText": ""
},
"organization": "Centers for Medicare & Medicaid Services",
"repositoryURL": "https://github.com/DSACMS/repo-scaffolder",
"repositoryHost": "github.com/DSACMS",
"repositoryVisibility": "public",
"homepageURL": "https://dsacms.github.io/repo-scaffolder/",
"downloadURL": "",
"disclaimerURL": "",
"disclaimerText": "",
"vcs": "git",
"laborHours": 8069,
"reuseFrequency": {
"forks": 17,
"clones": 0
},
"platforms": [
"web",
"windows",
"mac",
"linux"
],
"categories": [
"data-collection",
"it-asset-management",
"knowledge-management"
],
"softwareType": "standalone/backend",
"languages": [
"HTML",
"Python",
"CSS",
"JavaScript",
"Shell"
],
"maintenance": "internal",
"contractNumber": [],
"SBOM": "https://github.com/DSACMS/repo-scaffolder/network/dependencies",
"relatedCode": [],
"reusedCode": [],
"partners": [],
"date": {
"created": "2023-10-05T18:06:51Z",
"lastModified": "2025-12-12T19:24:17Z",
"metadataLastUpdated": "2026-01-01T02:33:26.248Z"
},
"tags": [
"cmsoss-tier3",
"cookiecutter-template",
"featured",
"maturity-models",
"repo-hygiene",
"repolinter"
],
"contact": {
"email": "opensource@cms.hhs.gov",
"name": "CMS Open Source Program Office"
},
"feedbackMechanism": "https://github.com/DSACMS/repo-scaffolder/issues",
"AIUseCaseID": "0",
"localisation": false,
"repositoryType": "tools",
"userInput": false,
"fismaLevel": "low",
"group": "CMS/OA/DSAC",
"projects": [
"ospo-outbound"
],
"systems": [],
"subsetInHealthcare": [
"operational"
],
"userType": [
"government"
],
"maturityModelTier": 3
}