GitXplorerGitXplorer
t

myplug

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ee7ba5e8db30933489eb70445ce5d73c24439068

call rebar_prv_app_discovery:do/1

committed 4 years ago
Unverified
c494d8bdb46b72fef114199fc797c2c3501d596c

fix problem

committed 4 years ago
Unverified
b28de07f23b74d1f8900e45f0ca640ffc97342c3

initial

committed 4 years ago

README

The README file for this repository.

myplug

A rebar plugin

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    {myplug, {git, "https://host/user/myplug.git", {tag, "0.1.0"}}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 myplug
===> Fetching myplug
===> Compiling myplug
<Plugin Output>