Files
sp80/.planning/quick/1-create-start-sh-script-with-menu-for-tes/1-PLAN.md
admin b474f7067a docs(quick-1): Create start.sh with development menu
- Interactive menu for dev, test, build, preview, lint, clean, install
- Auto-installs dependencies if missing
- Supports direct command-line arguments
2026-03-13 11:01:25 +08:00

818 B

plan, type, files_modified
plan type files_modified
1 quick
start.sh
Create a start.sh script in project root with interactive menu for common npm commands (test, dev, build, etc.) Create start.sh with menu start.sh 1. Create start.sh in project root with: - Interactive menu using select/case - Options: dev, test, build, preview, lint, clean - Clear descriptions for each option - Exit on any key to cancel 2. Make script executable: chmod +x start.sh ls -la start.sh && head -30 start.sh start.sh created with executable permissions

<success_criteria>

  • start.sh exists and is executable
  • Menu shows at least 5 options
  • Running ./start.sh shows the menu </success_criteria>