💾 Archived View for gmi.noulin.net › gitRepositories › dmce › file › package.yml.gmi captured on 2023-01-29 at 13:20:41. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
package.yml (441B)
1 --- 2 name: dmce 3 version: 0.0.3 4 description: dmce compares code coverage to changed lines in a git repo 5 bin: ./dmce.c 6 scripts: 7 test: "echo \"Error no test specified\" && exit 1" 8 repository: 9 type: git 10 url: "git+https://noulin.net/git/dmce.git" 11 keywords: 12 - utility 13 - command 14 author: Remy Noulin 15 license: MIT 16 bugs: 17 url: "https://noulin.net/dmce/log.html" 18 homepage: "https://noulin.net/dmce/log.html"