-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
design notes #20
Comments
I suggest: |
"sync" isn't a good command name, but we're copying peru for it to install dependencies "resolve needs" = "unpackage" / "unwrap" |
unpackage ~= extract |
Unpack |
Machu Picchu is a systems-level package manager, as well as an app-level dependency manager. When run by a user, it will install using the default, currently only-level, permissions and use its own directory.
refresh: get current manifest from each app store (stored in mp/manifests?)
stores: list/add/remove (kept in mp/stores?)
search: search for an app by name/description from stores' manifests
install: download the latest available version and put it in a runnable location
upgrade: basically install again
remove: (wipe?)
The text was updated successfully, but these errors were encountered: