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

Basic plugin system for howdoi #313

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

0x1za
Copy link
Contributor

@0x1za 0x1za commented Sep 4, 2020

Package Manager
Creating a Vundle style plugin management system would favour howdoi. This would allow developers to have their plugins hosted on Github and install via the howdoi cli after editing the .howdoirc file. (Still in development)

Architecture
A class based system has been used.

Why make howDoi a plugin-based application?

  • Better API abstraction
  • Reducing core dependencies
  • Strategy pattern
  • Visitor pattern
  • Indirect code contributions (for external developers) - people can build their own plugins and won’t have to send PR’s to the core howDoI project.

Plugin Discovery
File lookup

Enabling
Implicit

Importing
Pkg_resources

API Enforcement
Convention

Invocation
Interator

@gleitz gleitz force-pushed the master branch 4 times, most recently from 63b79c0 to 0175d81 Compare September 13, 2020 20:09
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

Successfully merging this pull request may close these issues.

None yet

1 participant