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

improve: add show-repo, upload, upgrade all #151

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions mpkg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ Using Docker, run `./mpkg/muddle` or run Muddler [manually](https://github.com/d

```
Commands:
mpkg help -- show this help
mpkg install -- install a new package
mpkg list -- list all installed packages
mpkg remove -- remove an existing package
mpkg search -- search for a package via name and description
mpkg show -- show detailed information about a package
mpkg update -- update your package listing
mpkg upgrade -- upgrade a specific package
mpkg upgradeable -- show packages that can be upgraded
mpkg debug -- turn on debugging messages
```
### See Also

* https://packages.mudlet.org
* https://mudlet.github.io/mudlet-package-repository/
6 changes: 3 additions & 3 deletions mpkg/mfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"package": "mpkg",
"title": "A command line package manager for Mudlet.",
"description": "",
"version": "2.8",
"author": "Zooka",
"icon": "inventory-management.png",
"version": "3.0",
"author": "Mudlet Default Package",
"icon": "mudlet-package-repo.ico",
"dependencies": "",
"outputFile": false
}
Binary file not shown.
Binary file not shown.
Loading