diff --git a/README.md b/README.md index c238209..7117b34 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/src/index.md b/docs/src/index.md index 0dbd793..56730ba 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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.