File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Development Scripts
2+
3+ This directory contains cross-platform development scripts for the Hyperloop H10 project.
4+
5+ ## Quick Reference
6+
7+ ``` bash
8+ # Unix/Linux/macOS
9+ ./scripts/dev.sh setup
10+ ./scripts/dev.sh all
11+
12+ # Windows PowerShell
13+ .\s cripts\d ev.ps1 setup
14+ .\s cripts\d ev.ps1 all
15+
16+ # Windows Command Prompt
17+ scripts\d ev.cmd setup
18+ scripts\d ev.cmd all
19+ ```
20+
21+ ## Complete Documentation
22+
23+ 📚 ** Full documentation has moved to: [ docs/development/scripts.md] ( ../docs/development/scripts.md ) **
24+
25+ The complete documentation includes:
26+ - Detailed usage instructions for all platforms
27+ - Platform-specific notes and troubleshooting
28+ - Advanced configuration options
29+ - CI/CD integration details
30+
31+ ## Available Scripts
32+
33+ - ** ` dev.sh ` ** - Unix/Linux/macOS development script
34+ - ** ` dev.ps1 ` ** - Windows PowerShell script (recommended)
35+ - ** ` dev.cmd ` ** - Windows Command Prompt script
36+ - ** ` dev-unified.sh ` ** - Universal cross-platform script
37+
38+ ## Need Help?
39+
40+ - Check the [ full documentation] ( ../docs/development/scripts.md )
41+ - Read the [ getting started guide] ( ../docs/guides/getting-started.md )
42+ - View [ troubleshooting docs] ( ../docs/troubleshooting/ )
You can’t perform that action at this time.
0 commit comments