@kood/claude-code 0.3.17 → 0.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -145,10 +145,11 @@ var listAvailableTemplates = async () => {
|
|
|
145
145
|
return templates;
|
|
146
146
|
};
|
|
147
147
|
var TEMPLATE_SKILLS_MAP = {
|
|
148
|
-
nextjs: ["nextjs-react-best-practices", "korea-uiux-design"],
|
|
148
|
+
nextjs: ["nextjs-react-best-practices", "korea-uiux-design", "figma-to-code"],
|
|
149
149
|
"tanstack-start": [
|
|
150
150
|
"tanstack-start-react-best-practices",
|
|
151
|
-
"korea-uiux-design"
|
|
151
|
+
"korea-uiux-design",
|
|
152
|
+
"figma-to-code"
|
|
152
153
|
]
|
|
153
154
|
// hono와 npx는 스킬 없음
|
|
154
155
|
};
|
|
@@ -434,7 +435,7 @@ var init = async (options) => {
|
|
|
434
435
|
|
|
435
436
|
// src/index.ts
|
|
436
437
|
var program = new Command();
|
|
437
|
-
program.name("claude-code").description("Claude Code documentation installer for projects").version("0.3.
|
|
438
|
+
program.name("claude-code").description("Claude Code documentation installer for projects").version("0.3.18");
|
|
438
439
|
program.option(
|
|
439
440
|
"-t, --template <names>",
|
|
440
441
|
"template names (comma-separated: tanstack-start,hono)"
|