This repository was archived by the owner on Jun 25, 2020. It is now read-only.
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
Fetch plugins from NuGet #348
Open
Description
It would be awesome if we can install pretzel plugins directly from nuget.
Proposed solution:
- Add a new plugin commands
- List packages
- Any package tagged with Pretzel.Plugin.
- Install plugin
- Add a new file called
pretzel.conf
or probably use_config.yml
- Add new entry to
pretzel.conf
- Download missing packages on startup and extract them into
_plugins
folder
- Add a new file called
- Update plugin
- Check for latest version on installed packages
- Uninstall plugin
- Remove Entry from
pretzel.conf
and delete from_plugins
folder
- Remove Entry from
related #226
Metadata
Metadata
Assignees
Labels
No labels