Commit de249ad
committed
Add setup scripts for development: bin/setup (bash and bat)
- Added bin/setup (bash) and bin/setup.bat (Windows) for development environment setup.
- Both scripts install dependencies via Bundler and build stub executables required for testing.
- Bash version is kept minimal for terminal-savvy developers.
- Windows version uses echo prompts for better visibility.1 parent 75282c2 commit de249ad
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
0 commit comments