2

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

4

1 回答 1

1

也可以使用路径GitHub

{plugins, [
    {your_plugin, 
        {git, "https://github.com/path-to/your_plagin.git", 
        {branch, "your-branch"}}
    }
]}.
于 2021-04-16T21:05:51.313 回答