feat(cli): add create command with interactive block selection
Publish to Gitea Registry / publish (push) Failing after 1m32s

- register create command in Commander program
- add @inquirer/prompts dependency for interactive prompts
- extend Block type with optional repo field
- scaffold create command module with initial implementation
This commit is contained in:
yangzhaohan
2026-06-22 17:19:10 +08:00
parent 732f481462
commit 6b19fd4601
8 changed files with 1074 additions and 2 deletions
+1
View File
@@ -32,6 +32,7 @@
},
"license": "MIT",
"dependencies": {
"@inquirer/prompts": "^8.5.2",
"commander": "^15.0.0",
"js-yaml": "^5.0.0"
}