meta_dep v0.1.2 mix meta_dep

Cmdline Options:

  • -l, --licences returns all licenses for all deps
  • -v, --verbose returns all meta data for all deps
  • -d, --dep return meta data for specified dependency
  • -p, --path path to directory containing deps directories, returns license info for all deps
  • -ld returns license info for specific dependency
  • -vd returns all meta data for specific dependency

Usage:

$ mix meta_dep -p ./deps -ld bunt
{"bunt", %{"Licenses" => "MIT, Apache2"}}

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

Link to this function run(argv)
run([binary()]) :: :ok

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.