View Source MishkaInstaller.Helper.Extra (Mishka Installer v0.0.4)

You can find some utility functions in this module. It will be merged with the other helper module.

Link to this section Summary

Functions

With this function, you can extract some basic information from a mix file by AST.

Link to this section Functions

Link to this function

ast_mix_file_basic_information(ast, selection, extra \\ [])

View Source

With this function, you can extract some basic information from a mix file by AST.

examples

Examples

MishkaInstaller.Helper.Extra .ast_mix_file_basic_information(ast, [:app, :version, :source_url], [{:tag, tag}])

reference

Reference