Popularity
0.8
Stable
Activity
0.0
Stable
3
1
1
Monthly Downloads: 10
Programming language: Erlang
License: MIT License
Tags:
Build Tools
rebar3_live alternatives and similar packages
Based on the "Build Tools" category.
Alternatively, view rebar3_live alternatives based on common mentions on social networks and blogs.
-
ExMake
DISCONTINUED. A modern, scriptable, dependency-based build tool loosely based on Make principles.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of rebar3_live or a related project?
README
rebar3_live
A rebar plugin
Build
$ rebar3 compile
Use
Add the plugin to your global rebar config ~/.config/rebar3/rebar.conf:
{plugins, [rebar3_live]}.
Then just call your plugin directly in an existing application:
$ rebar3 live
===> Fetching rebar3_live
===> Compiling rebar3_live
<Plugin Output>
Issues
Better to install globally. Plugin crashes when installed locally and project fails to compile.