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

Package Manager and Build System #15

Open
calebh opened this issue Nov 5, 2024 · 2 comments
Open

Package Manager and Build System #15

calebh opened this issue Nov 5, 2024 · 2 comments

Comments

@calebh
Copy link
Owner

calebh commented Nov 5, 2024

It would be nice if Juniper had at least a rudimentary package manager and build system. To get started, perhaps we could have some sort of centralized repository that points to Git repos. Other ideas on package management are welcome.

@Qata
Copy link

Qata commented Nov 9, 2024

A git repository containing JSON that points to git repositories would be both easy and comprehensive. No need to complicate things beyond that.

Could tie in with #16 and Desktop Mode, with the package manager written in Juniper, as well as a tool to easily edit and verify the central JSON file.

The editing tool should also have a pruning function where it checks the git repos for aliveness/validity.

@Qata
Copy link

Qata commented Nov 9, 2024

Rather than JSON, the manifest files could themselves be written in Juniper, like how Swift does its git-based package management.

https://github.com/apple/example-package-playingcard/blob/main/Package.swift

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

No branches or pull requests

2 participants