gh repo create webapp --template owner/express-starter --public

Category: GitHub CLI

gh repo create webapp --template owner/express-starter --public

Create a repo from a template

--template owner/express-starter scaffolds the new repository from the template's files and history, and --public sets visibility. Template repos copy starter code, CI, and docs so every new project starts consistent. Omit --clone to skip the local checkout.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.