# rebar3_ex_compiler **Repository Path**: luo123qwe/rebar3_ex_compiler ## Basic Information - **Project Name**: rebar3_ex_compiler - **Description**: rebar3_ex_compilerrebar3_ex_compilerrebar3_ex_compilerrebar3_ex_compiler - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-14 - **Last Updated**: 2024-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README rebar3_ex_compiler ===== A rebar3 example plugin for a [tutorial](http://www.rebar3.org/v3.0/docs/custom-compiler-plugins). Build ----- $ rebar3 compile Use --- Add the plugin to your rebar config: {plugins, [ { rebar3_ex_compiler, ".*", {git, "https://github.com/tsloughter/rebar3_ex_compiler.git", {branch, "master"}}} ]}. Then just call your plugin directly in an existing application: $ rebar3 exc compile ===> Fetching rebar3_ex_compiler ===> Compiling rebar3_ex_compiler Or add it as a compile hook: {provider_hooks, [{pre, [{compile, {exc, compile}}]}]}.