Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.09 KB

File metadata and controls

42 lines (30 loc) · 1.09 KB

Development Scripts

This directory contains cross-platform development scripts for the Hyperloop H10 project.

Quick Reference

# Unix/Linux/macOS
./scripts/dev.sh setup
./scripts/dev.sh all

# Windows PowerShell
.\scripts\dev.ps1 setup
.\scripts\dev.ps1 all

# Windows Command Prompt
scripts\dev.cmd setup
scripts\dev.cmd all

Complete Documentation

📚 Full documentation has moved to: docs/development/scripts.md

The complete documentation includes:

  • Detailed usage instructions for all platforms
  • Platform-specific notes and troubleshooting
  • Advanced configuration options
  • CI/CD integration details

Available Scripts

  • dev.sh - Unix/Linux/macOS development script
  • dev.ps1 - Windows PowerShell script (recommended)
  • dev.cmd - Windows Command Prompt script
  • dev-unified.sh - Universal cross-platform script

Need Help?