feat: add Clack-based local dev helper

Adds a cross-platform oc-dev menu for web, mobile, Electron, VS Code, and release workflows
Supports user-level config for remote deploys, iOS device preferences, and maintainer-only release tools
Ports local deploy flows from Bash snippets to Node-native operations
This commit is contained in:
Bohdan Triapitsyn
2026-07-01 13:25:43 +03:00
parent 61a4a23add
commit 73c9431883
4 changed files with 637 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@
"zustand": "^5.0.8",
},
"devDependencies": {
"@clack/prompts": "^1.1.0",
"@eslint/js": "^9.33.0",
"@remixicon/react": "^4.7.0",
"@tailwindcss/postcss": "^4.0.0",