hidakatsuya / rexer

A command-line tool for managing Redmine Extension (Plugin and Theme)
https://rubygems.org/gems/rexer
MIT License
2 stars 0 forks source link

Support YAML format definition file #23

Open hidakatsuya opened 1 month ago

hidakatsuya commented 1 month ago

Make as a plugin, like rexer-yaml.

theme:
  bleuclair:
    github:
      repo: farend/redmine_theme_farend_bleuclair

plugin:
  redmine_ip_filter:
    github: { repo: "redmica/redmine_ip_filter", tag: "v1.0.0" }
  redmine_issue_panel:
    git:
      url: https://github.com/redmica/redmine_issue_panel
    installed: |
      Pathname.new("config/config.yml").write <<~CONF
        ....
      CONF