Kudos (Kudos v0.3.0) View Source

Documentation for Kudos.

Link to this section Summary

Functions

Generates a licenses file in the root dir with the licenses of all deps.

Link to this section Functions

Link to this function

generate(include_dev_deps \\ false)

View Source

Generates a licenses file in the root dir with the licenses of all deps.

Examples

iex> Kudos.generate() |> String.length()
219

iex> Kudos.generate(false) |> String.length()
219

iex> Kudos.generate(true) |> String.length()
19050