Skip to content

Plugin managementΒ #174

@floriancargoet

Description

@floriancargoet

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 plugins
  • hexo plugin search => npm search hexo-
  • hexo plugin install (hexo-)generator-feed=> npm install hexo-generator-feed && hexo plugin enable hexo-generator-feed
  • hexo plugin remove (hexo-)generator-feed=> hexo plugin disable hexo-generator-feed && npm remove hexo-generator-feed
  • hexo plugin list/list-installed => list installed plugins

What do you think?

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