mad icon indicating copy to clipboard operation
mad copied to clipboard

add ez bundle

Open mihawk opened this issue 6 years ago • 3 comments

compatible ez bundle package, can be use to ship loadable plugins for your apps.

mihawk avatar Dec 10 '18 19:12 mihawk

similar to rabbitmq plugin, if i recall correctly

mihawk avatar Dec 10 '18 19:12 mihawk

here the code to load the ez bundle.

  ok = code:set_primary_archive(Path,ArchiveBin,FileInfo,fun escript:parse_file/1),
  ok = application:start(App),

mihawk avatar Dec 10 '18 19:12 mihawk

usage:
> cd path/to/app; mad ez

mihawk avatar Dec 10 '18 22:12 mihawk