commit
901a0a3d71
@ -22,7 +22,7 @@ create a template, you can use [`interactive_template`](@ref) instead.
|
|||||||
* `dir::AbstractString=$(replace(Pkg.devdir(), homedir() => "~"))`: Directory in which the
|
* `dir::AbstractString=$(replace(Pkg.devdir(), homedir() => "~"))`: Directory in which the
|
||||||
package will go. Relative paths are converted to absolute ones at template creation time.
|
package will go. Relative paths are converted to absolute ones at template creation time.
|
||||||
* `julia_version::VersionNumber=$VERSION`: Minimum allowed Julia version.
|
* `julia_version::VersionNumber=$VERSION`: Minimum allowed Julia version.
|
||||||
* `ssh::Bool=false`: Whether or not to use SSH for the remote.
|
* `ssh::Bool=false`: Whether or not to use SSH for the git remote. If `false` HTTPS will be used.
|
||||||
* `manifest::Bool=false`: Whether or not to commit the `Manifest.toml`.
|
* `manifest::Bool=false`: Whether or not to commit the `Manifest.toml`.
|
||||||
* `plugins::Vector{<:Plugin}=Plugin[]`: A list of `Plugin`s that the package will include.
|
* `plugins::Vector{<:Plugin}=Plugin[]`: A list of `Plugin`s that the package will include.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user