From 44b2c4ff13b1c228a609861c6395a2b436857170 Mon Sep 17 00:00:00 2001 From: Gaspard Kirira Date: Mon, 11 May 2026 22:55:12 +0300 Subject: [PATCH] registry: softadastra/kordex-cli v0.2.0 --- index/softadastra.kordex-cli.json | 67 +++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 index/softadastra.kordex-cli.json diff --git a/index/softadastra.kordex-cli.json b/index/softadastra.kordex-cli.json new file mode 100644 index 0000000..4f36d81 --- /dev/null +++ b/index/softadastra.kordex-cli.json @@ -0,0 +1,67 @@ +{ + "api": { + "format": "vix-api-1", + "generatedBy": "vix-cli", + "path": "vix.api.json", + "updatedAt": "2026-05-11T19:55:08Z" + }, + "constraints": { + "minCppStandard": "c++17", + "platforms": [ + "linux", + "macos", + "windows" + ] + }, + "dependencies": { + "git": [], + "registry": [], + "system": [] + }, + "description": "Official command line interface for Kordex, providing commands to initialize, run, check, build, and interact with reliable local-first JavaScript applications.", + "displayName": "kordex-cli", + "documentation": "https://github.com/softadastra/kordex-cli#readme", + "exports": { + "headers": [], + "modules": [], + "namespaces": [] + }, + "homepage": "https://github.com/softadastra/kordex-cli", + "keywords": [ + "cpp", + "cli", + "javascript-runtime", + "developer-tools", + "local-first", + "kordex", + "softadastra", + "vix" + ], + "license": "MIT", + "maintainers": [ + { + "github": "softadastra", + "name": "Gaspard Kirira" + } + ], + "manifestPath": "vix.json", + "name": "kordex-cli", + "namespace": "softadastra", + "quality": { + "ci": [], + "hasDocs": true, + "hasExamples": true, + "hasTests": true + }, + "repo": { + "defaultBranch": "main", + "url": "https://github.com/softadastra/kordex-cli" + }, + "type": "header-only", + "versions": { + "0.2.0": { + "commit": "feb371aafab26841f7b1098639acf4b852b3ddb8", + "tag": "v0.2.0" + } + } +}