We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766a19e commit c207881Copy full SHA for c207881
package.json
@@ -2,7 +2,7 @@
2
"$schema": "https://www.raycast.com/schemas/extension.json",
3
"name": "code-var",
4
"title": "CodeVar",
5
- "description": "Variable Naming Wizard",
+ "description": "CodeVar is a variable naming tool for Raycast extensions powered by OpenAI's GPT-3.",
6
"icon": "command-icon.png",
7
"author": "ifyour",
8
"categories": [
@@ -13,7 +13,7 @@
13
{
14
"name": "index",
15
16
17
"mode": "view"
18
}
19
],
0 commit comments