This project is an NPM package to bootstrap a new project using dotnet-react-sandbox as a template. There are a number of popular frameworks (like Yeoman) for creating project generators, but I wanted to level up my typescript and node CLI skills so I rolled my own. I feel like that was a good choice because it was low effort and my use case includes some semi non-standard actions like generating and installing SSL certificates on multiple platforms.
Check it out here: dotnet-react-generator.