% gh repo create [org-name/]{repo-name} -d "{description}" --template {template-repo}
https://cli.github.com/manual/gh_repo_create
Planning for a repo to go open source leads to more modular, less tightly-coupled code. The MIT license is simple and flexible. Only keep private core business value software. On blog post: "Discuss this post on Hacker News." https://tom.preston-werner.com/2011/11/22/open-source-everything.html
GH MD https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf
"To deploy your application, you should only need to commit and push to your Git repository. To scale from zero to thousands of users should not require your intervention" https://github.com/redwoodjs/redwood using https://github.com/redwoodjs/redwood/tree/main/packages/create-redwood-app/template