This directory contains cross-platform development scripts for the Hyperloop H10 project.
# 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📚 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
dev.sh- Unix/Linux/macOS development scriptdev.ps1- Windows PowerShell script (recommended)dev.cmd- Windows Command Prompt scriptdev-unified.sh- Universal cross-platform script
- Check the full documentation
- Read the getting started guide
- View troubleshooting docs