【问题标题】:Is there plugin path customizations available for rebar3?是否有可用于 rebar3 的插件路径自定义?
【发布时间】:2021-07-11 17:03:37
【问题描述】:

我希望将我的自定义项目作为插件添加到 rebar3.config 中。是否可以在本地获取插件还是必须来自 hex.pm?

【问题讨论】:

    标签: erlang rebar3


    【解决方案1】:

    也可以使用来自GitHub的路径:

    {plugins, [
        {your_plugin, 
            {git, "https://github.com/path-to/your_plagin.git", 
            {branch, "your-branch"}}
        }
    ]}.
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-10-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-06-19
      • 2012-08-16
      相关资源
      最近更新 更多