-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Plugin management #174
Comments
It's great! Maybe will be implemented in v2.4 or v2.5. |
If I find some spare time, I'll try to implement it and send a pull request. |
👍 cool!!! |
👍 |
1 similar comment
+1 |
Golden idea! |
Do you remember this issue?= = |
+1 |
@tommy351 How about move this to hexo-cli ? |
https://github.com/adamsiwiec/hexagon has implemented this idea, perhaps we can port it to hexo-cli. |
We could do something like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature idea: command-line plugin management
hexo plugin enable (hexo-)generator-feed
=> add entry in plugins in_config.yml
+ add default/example plugin config (extracted from package.json for instance)hexo plugin disable (hexo-)generator-feed
=> remove entry in pluginshexo plugin search
=> npm search hexo-hexo plugin install (hexo-)generator-feed
=> npm install hexo-generator-feed && hexo plugin enable hexo-generator-feedhexo plugin remove (hexo-)generator-feed
=> hexo plugin disable hexo-generator-feed && npm remove hexo-generator-feedhexo plugin list/list-installed
=> list installed pluginsWhat do you think?
The text was updated successfully, but these errors were encountered: