Skip to content

Erlang OTP application multi platform deployment packaging scripts

License

Notifications You must be signed in to change notification settings

K2InformaticsGmbH/erlpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erlpkg

A rebar3 plugin for Windows MSI and Linux RPM builder for erlang applications

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    { erlpkg, ".*", {git, "git@host:user/erlpkg.git", {tag, "2.0.0"}}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 erlpkg
===> Fetching erlpkg
===> Compiling erlpkg
<Plugin Output>

About

Erlang OTP application multi platform deployment packaging scripts

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages