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