Running executables directly from URL
Swift Forums
Running executables directly from URL
Greetings. Is there a way to pull a package and execute its commands directly from the URL, taking into account dependancy rules, eg: swift run --package-url https://github.com/jjrscott/echo --up-to-next-minor-from 0.1 echo "Hello World" To reiterate, I explicitly wish to take advantage of dependancy rules such as --up-to-next-minor-from 0.0.0 but avoid going through the following long, complicated, annoying, and error prone process which, when called, creates a package, adds the command repo ...
0 comments
No comments yet.