Skip to content

abxy/rebar3_hterl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebar3_hterl

A rebar3 plugin for compiling Hypertext Erlang (hterl) files.

Build

$ rebar3 compile

Use

To your rebar config, add the rebar3_hterl plugin and the hterl package as a dependency.

Configure the hterl compiler by adding a hterl_opts entry to rebar.config:

{hterl_opts, [
    {encoding, utf8}
]}.

About

A rebar3 plugin for hterl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages