-
Generate
./rebar.config
from./sesterl.yaml
by Sesterl:$ sesterl config ./
The command above writes the following description to
rebar.config
:{plugins, [ {rebar_sesterl, {git, "https://github.com/gfngfn/rebar_sesterl_plugin.git", {branch, "master"}}} ]}. {src_dirs, ["src", "_generated"]}.
Here,
./src
is used not only for putting Sesterl sources but also forfoo.app.src
. -
Invoke:
$ rebar3 sesterl compile
Then, by using
./sesterl.yaml
, Sesterl generates Erlang code in./_generated
, beforerebar3
compiles the resulting Erlang code.You can also compile and run tests by:
$ rebar3 sesterl test
-
Notifications
You must be signed in to change notification settings - Fork 0
A Rebar3 plugin for compiling Sesterl programs (https://github.com/gfngfn/Sesterl)
gfngfn/rebar_sesterl_plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Rebar3 plugin for compiling Sesterl programs (https://github.com/gfngfn/Sesterl)
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published