feat: US-006 - Improve init.sh.example with project-type guidance

This commit is contained in:
2026-03-27 18:47:44 -04:00
parent 6b6cf842b9
commit 25d53a6b4f

View File

@@ -9,6 +9,11 @@ set -euo pipefail
echo "[init] Setting up development environment..."
# --- Quick Start ---
# Node.js projects: uncomment the "Node.js" and "Verify" sections below.
# Python projects: uncomment the "Python" and "Database" sections below.
# Go projects: uncomment the "Go" section below.
# --- Dependencies ---
# Uncomment and adapt for your project: