Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add apps support #964

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Add apps support #964

wants to merge 8 commits into from

Conversation

davidanthoff
Copy link
Collaborator

@davidanthoff davidanthoff commented Jun 20, 2024

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:

  • Handling of even the most basic errors :)
  • Shims
  • Registry story
  • Updates
  • Status
  • Maybe the app commands should actually have their own app, like jlapp add ...
  • Handle installs of apps into different depots

@simeonschaub
Copy link
Member

Are you aware of JuliaLang/Pkg.jl#3772? I think this would be good to coordinate with that PR so we don't have two completely separate notions of apps in the Julia ecosystem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants