Skip to content

hmmr/rebar_js_handlebars_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebar_js_concatenator_plugin

A rebar plugin

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

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

Then just call your plugin directly in an existing application:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages