Skip to content
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
Open
@biohazard999

Description

@biohazard999

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
  • Update plugin
    • Check for latest version on installed packages
  • Uninstall plugin
    • Remove Entry from pretzel.conf and delete from _plugins folder

related #226

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions