JuliaLang / juliaup

Julia installer and version multiplexer
MIT License
931 stars 81 forks source link

Add apps support #964

Open davidanthoff opened 1 week ago

davidanthoff commented 1 week ago

More a proof of concept at the moment.

Definition of an app looks like https://github.com/davidanthoff/examplejlapp.

To add an app:

juliaup app add https://raw.githubusercontent.com/davidanthoff/examplejlapp/main/

To run the app:

juliaup app run jlappexe1 arg1 arg2
juliaup app run jlappexe2 arg1 arg2

To remove the app:

juliaup app remove ExampleJlTestApp

Lots and lots of things that would need to be added:

davidanthoff commented 1 week ago

Some relevant links for the next steps: