Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

sumup/hj_rebar3_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hj

hello_jesse schema compiler plugin

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    { hj, ".*", {git, "git@host:user/hj.git", {tag, "0.1.0"}}}
]}.

Then just call your plugin directly in an existing application:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages