PkgTemplates.jl
julia> using PkgTemplates: Template
julia> tpl = Template(; dir=pwd());
julia> tpl("MyPkg.jl")
Template
オブジェクトは色々調整できる:
Template(;
user="<GitHub/GitLab の組織・ユーザ名>",
host="gitlab.com",
dir=pwd(),
plugins=[ProjectFile(; version=v"0.1.0"), Git()]
)