A collection of scripts to set up development environments with a simple runner interface.
Run all scripts in interactive mode:
make installRun a specific script (e.g., to install nodejs):
make install-nodejsList all available scripts:
make list-scriptsmake install-deps # Install system dependencies
make build # Build the runner
make run-scripts # Run specified scripts (use SCRIPTS variable)
make clean # Clean build artifacts
make deps # Update dependencies
make test # Run tests
make fmt # Format code
make fmt-check # Check code formatting
make lint # Run linterscripts/: Contains setup scriptsrunner/: Contains the Rust runner applicationproxmox/: Proxmox scripts and setup guides