mad
mad copied to clipboard
⚡ MAD: Managing Application Dependencies LING/UNIX
Ex: ./mad **sca tpl=basic appid=foo** joj=qwe port=90090 AppId = "foo" TplName = "basic" Vars = [{port,"90090"},{joj,"qwe"},{appid,"foo"},{tpl,"basic"}] Writing foo/apps/foo/priv/foo.routes Writing foo/apps/foo/rebar.config Writing foo/apps/foo/src/foo.app.src Writing foo/apps/foo/src/foo.erl Writing foo/apps/rebar.config Writing foo/rebar.config Writing foo/sys.config...
Please do provide PFX merging of private and public keys after enrollment from https://ca.n2o.space/man/ecc.htm and https://ca.n2o.space/man/rsa.htm `CLIENT PFX` sections as a post processing.
Trying to build this with latest SW incl Xcode on Mac After cloning and then try to make it, it fails: make echo "-define(VERSION,\"`git describe --tags`\")." > include/mad.hrl erlc -o...
rebar.config: ``` {deps, [{brod, ".*", {git, "git://github.com/klarna/brod.git", {tag, "3.7.5"}}}]}. ``` dep/com log: ``` ~/xient% mad dep ==> dependency: "git://github.com/klarna/brod.git" tag: {tag,"3.7.5"} ==> dependency: "https://github.com/klarna/supervisor3.git" tag: {tag,"1.1.8"} ==> dependency: "https://github.com/klarna/kafka_protocol.git" tag:...
It would be nice to have dev-dependencies, which would load with mad, but not included in releases. At least for `beam` releases.
AFAIK, it is not possible to start node with the given name. Even if I set ```erlang -name [email protected] ``` in `vm.args`, I get `nonode@nohost`
Those files also should be included: *.o, *.so
compatible ez bundle package, can be use to ship loadable plugins for your apps.