Question about the Template type in the PkgTemplates.jl package

FWIW you can also do this:

t = Template()

generate(t, "MyPackageName")

Anyway, the usage t("MyPackageName") is called a “function-like object” or “callable object”. Docs: Methods · The Julia Language

1 Like