Skip to content

Using the Template

Hugo Gruson edited this page Jul 18, 2023 · 3 revisions

Command line instructions: Create a new Github repository using a template

Github command line client

Install the Github command line client gh following the instructions for your OS here: https://github.com/cli/cli. Run gh auth login to link your device with your Github account the first time you use the CLI.

Once installed and authenticated, run:

gh repo create epiverse-trace/mypackage --public --template=epiverse-trace/packagetemplate

Clone the repository as usual using your preferred method.

Clone this wiki locally