From 50fa706cc485aacf64652bb049ce8a39b746f204 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Wed, 7 May 2025 22:00:50 -0700 Subject: [PATCH] Fixed instances of npm tags --- source/data/applications.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/data/applications.json b/source/data/applications.json index 442a61d..5c7be49 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -416,11 +416,11 @@ "description": "\ud83d\udce6 Repomix (formerly Repopack) is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.", "repo_url": "https://github.com/yamadashy/repomix", "tags": [ - "cli" + "cli", + "manual" ], "platforms": [ - "web-cloud", - "npm" + "web-cloud" ], "category": "information-processing", "stars": 15540, @@ -7273,11 +7273,11 @@ "description": "Lightweight coding agent that runs in your terminal", "repo_url": "https://github.com/openai/codex", "tags": [ - "cli" + "cli", + "manual" ], "platforms": [ - "cross", - "npm" + "cross" ], "category": "code-assistant", "stars": 21641,