Module epax_dep

handles dependency solving step for epax.

Copyright © (C) 2012 Erlware, LLC.

Authors: Aman Mangal (mangalaman93@gmail.com).

Description

handles dependency solving step for epax

Function Index

bundle/1bundles the app, finds all the dependencies and copies them into the app folder.
find_all_deps_for/1returns all no standard list of direct dependent applications for given application/package (i.e.

Function Details

bundle/1

bundle(Appname) -> Result

bundles the app, finds all the dependencies and copies them into the app folder

find_all_deps_for/1

find_all_deps_for(Appname) -> Result

returns all no standard list of direct dependent applications for given application/package (i.e. not recursively)


Generated by EDoc