JoshuaKGoldberg / create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
MIT License
1.21k stars 75 forks source link

🚀 Feature: create private repos #1618

Open johnnyreilly opened 3 months ago

johnnyreilly commented 3 months ago

Bug Report Checklist

Overview

I'm experimenting with creating a new project. For now I want it to be private, I'll probably make it public later when I'm happy with what i've got. At present, the only type of repos you can create are public. Would it be good to be able to create private repos as well?

Additional Info

One thing to bear in mind, is that some of the bundled tooling (Renovate etc) will only work on public repos for free I think. That may be an issue - or maybe something that can enabled later?

JoshuaKGoldberg commented 3 months ago

Agreed, this is definitely something that should be supported. I don't know what the full list of changes would be, so that'd be good to figure out. Once that's here I'd be pretty confident this will be accepting PRs.