tpl("MyStatisticsPackage") # created in ./PkgTemplate/MyStatisticsPackage/Project.toml
```
This will create the Project+Git, but also setup github-actions / ContinuousIntegration with tests and docs.
You still need to go to [github.com](https://github.com) (or use `gh repo create` with the [gh-command line interface](https://cli.github.com/)) and create an not-initialized / empty repository with the same name (but .jl added), and run
Finally, to activate documentation being deployed, you need to go to your Github-Repo, go to Settings, Pages and select the gh_page branch to be deployed.
::: callout-tip
You can also run the PkgTemplate interactively using
```julia
Template(interactive=true)("MyPkg")
```
Which will ask you a hundred million questions ;-)