Licenses

Licenses

Many open-source licenses are available for use with PkgTemplates, but if you see that one is missing, don't hesitate to open an issue or PR.

available_licenses

available_licenses([io::IO]) -> Void

Print the names of all available licenses.

source

show_license

show_license([io::IO], license::AbstractString) -> Void

Print the text of license.

source

Helper Functions

read_license

read_license(license::AbstractString) -> String

Returns the contents of license. Errors if it is not found. Use available_licenses to view available licenses.

source