I think it'd be nice to have a docstring for Pkg.generate()
I don't know the standards for writing docstrings (why I submitted issue not PR), but something like:
Pkg.generate(...)
Creates a new project with the following files (visualized with the external tree command):
shell> tree .
.
├── YourPkg
│ ├── Project.toml
│ └── src
│ └── YourPkg.jl
1 directory, 2 files