Skip to content

Commit 381cb5f

Browse files
committed
Add missing create-js-recipe.md command
1 parent c9426ce commit 381cb5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openrewrite-recipe-writer/.claude-plugin/plugin.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
"recipe",
1515
"refactoring",
1616
"java",
17+
"javascript",
1718
"ast",
1819
"code-transformation",
1920
"testing"
2021
],
2122
"commands": [
22-
"./commands/create-recipe.md"
23+
"./commands/create-recipe.md",
24+
"./commands/create-js-recipe.md"
2325
],
2426
"skills": [
2527
"./skills/writing-openrewrite-recipes",

0 commit comments

Comments
 (0)