Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 847 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 847 Bytes

erlang.mk

Custom erlang.mk using cuttlefish.

This tool can initialize a erlang application using erlang.mk, the supported config method is cuttlefish method. So, you should be familiar with the usage of cuttlefish.

When application is created, lager is used and is configured.

usage

./new.sh appname

application named "appname" will be created in this directory, after created, you can move it to a proper directory.

if appname existed in this directory, old will be removed and create a new application.

about

Files in ./bin is copy from emq-relx then modified.

erlang.mk is modified from the file generated based on erlang.mk