Skip to content

Commit

Permalink
Merge pull request #9 from cacoco/cacoco/codemeta
Browse files Browse the repository at this point in the history
add codemeta.json and badges
  • Loading branch information
cacoco authored Feb 5, 2024
2 parents eb7bcf5 + 9853158 commit 1cfd507
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# codemetagenerator

[![GitHub](https://img.shields.io/github/license/cacoco/codemetagenerator)](https://github.com/cacoco/codemetagenerator/blob/main/LICENSE) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![go ci build](https://github.com/cacoco/codemetagenerator/actions/workflows/ci.yaml/badge.svg)](https://github.com/cacoco/codemetagenerator/actions/workflows/ci.yaml) [![GitHub Release](https://img.shields.io/github/release/cacoco/codemetagenerator?style=flat)](https://github.com/cacoco/codemetagenerator/releases/tag/v0.47.2)

This project is a [CodeMeta](https://codemeta.github.io/) project description generator written in [Go](https://go.dev/).

## Installation
Expand Down
31 changes: 31 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/cacoco/codemetagenerator",
"description": "Interactive generator to create a CodeMeta SoftwareSourceCode description.",
"developmentStatus": "Active",
"identifier": "codemetagenerator",
"keywords": [
"codemeta",
"codemeta-generator",
"go",
"golang"
],
"license": "https://spdx.org/licenses/Apache-2.0.html",
"maintainer": {
"@id": "https://orcid.org/0009-0002-8232-1782",
"@type": "Person",
"email": "christopher@angstrom.io",
"familyName": "Coco",
"givenName": "Christopher"
},
"name": "codemetagenerator",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "go",
"url": "https://go.dev/"
},
"readme": "https://github.com/cacoco/codemetagenerator/blob/main/README.md",
"runtimePlatform": "go version go1.21.6",
"version": "0.47.2"
}

0 comments on commit 1cfd507

Please sign in to comment.