Update documentation

This commit is contained in:
Chris de Graaf 2017-10-01 18:25:12 -05:00
parent 574892836d
commit ca8788d2d4
2 changed files with 6 additions and 0 deletions

View File

@ -101,6 +101,9 @@ And if that's **still** too much work for you, you can call
`interactive_template` with `fast=true` to use default values for everything
but username and plugin selection.
You can also use `generate_interactive` to interactively generate a template and then
immediately use it to create a new package.
## Comparison to PkgDev
`PkgTemplates` is similar in functionality to

View File

@ -62,6 +62,9 @@ And if that's **still** too much work for you, you can call
`interactive_template` with `fast=true` to use default values for everything
but username and plugin selection.
You can also use [`generate_interactive`](@ref) to interactively generate a template and then
immediately use it to create a new package.
## Comparison to [PkgDev](https://github.com/JuliaLang/PkgDev.jl)
`PkgTemplates` is similar in functionality to `PkgDev`'s `generate` function.