Closed safaiyeh closed 2 years ago
We talk about this kind of stuff a bit. What you're describing is more of a project generator, which I'm sure will emerge. KaMP Kit is more of a good place to get started learning. You can use it as a jumping off point, but as you've pointed out, there's a lot of renaming to do. Closing for KaMP Kit, but will link internally when the project generator discussion comes around again.
When starting off using the template it took me a good hour to replace package names, app names, variable names & debug builds to make sure it was right to start off a new application.
Some inspirations React Native CLI -
npx react-native init AppName --template SomeTemplate
https://reactnative.dev/docs/typescript#getting-started-with-typescriptIgnite CLI -
npx ignite-cli new PizzaApp --bundle=com.infinitered.pizzaapp
https://github.com/infinitered/ignite#quick-startWould this be something worth being part of KaMPKit or should it be a separate tool?