Kudos.generate

You're seeing just the function generate, go back to Kudos module for more information.
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