rebar3_lfe_templates
rebar3_lfe_templates copied to clipboard
A set of basic rebar3 templates for LFE applications.
rebar3 LFE templates
A set of basic rebar3 templates for LFE applications.
Setup
- Install rebar3
- Copy the templates to
$HOME/.config/rebar3/templates:
$ make
Use
There are 4 templates:
lfe_applfe_liblfe_escriptlfe_release
They all mimic the default rebar3 templates.
$ rebar3 new lfe_app name=my_new_app
$ cd my_new_app
$ rebar3 compile
License
Copyright (c) 2015 Ricardo Lanziano
This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the LICENSE file for more details.