Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvmart/rebar3_live
Rebar3 live plugin
https://github.com/pvmart/rebar3_live
Last synced: 4 days ago
JSON representation
Rebar3 live plugin
- Host: GitHub
- URL: https://github.com/pvmart/rebar3_live
- Owner: pvmart
- License: other
- Created: 2015-07-22T07:56:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T19:37:29.000Z (over 4 years ago)
- Last Synced: 2024-10-09T04:51:10.904Z (27 days ago)
- Language: Erlang
- Size: 129 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Erlang - Rebar3 live plugin. (Build Tools)
- fucking-awesome-elixir - rebar3_live - Rebar3 live plugin. (Build Tools)
- awesome-elixir - rebar3_live - Rebar3 live plugin. (Build Tools)
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
Issues
---Better to install globally. Plugin crashes when installed locally and project
fails to compile.