"Code fast, deploy faster" π
# Setup workspace
./tools/scripts/workspace-setup.sh
# Check workspace health
./tools/scripts/workspace-health.sh
# Create backup
./tools/scripts/backup.sh| Directory | Purpose | Status |
|---|---|---|
projects/ |
Active code projects & apps | π§ gitignored |
scratch/ |
Experiments & quick tests | π§ͺ gitignored |
tools/ |
Dev tools & services | β‘ versioned |
| Directory | Content |
|---|---|
cheatsheets/ |
Quick commands & references |
workflows/ |
Automation & CI/CD guides |
| Directory | Purpose |
|---|---|
scripts/ |
Workspace automation & management |
templates/ |
Project scaffolding templates |
configs/ |
Shared configuration files |
- New project? β
projects/your-app/ - Quick test? β
scratch/experiment/ - Need tools? β
tools/sonarqube/ - Document? β
docs/cheatsheets/ - Check health? β
./tools/scripts/workspace-health.sh
Run the health dashboard to monitor your workspace:
./tools/scripts/workspace-health.sh # One-time check
./tools/scripts/workspace-health.sh --watch # Continuous monitoringBuilt for developers, by developers π»β¨