I feel that it could be great not only to initialize the app as a wrapper of existing code, but also to initialize it with predefined templates (either the ones from Git or any other source). This is a common practice in many web dev toolkits, including React via npx - npx create-react-app my-app --template [template-name]
I'm assuming that there could be an optional parameter --tempte "Hello world" that will preinitialize the app in Maker Portal and grab the code at the same time, enabling a jumpstart to setting up your own codebase.
I feel that it could be great not only to initialize the app as a wrapper of existing code, but also to initialize it with predefined templates (either the ones from Git or any other source). This is a common practice in many web dev toolkits, including React via npx -
npx create-react-app my-app --template [template-name]I'm assuming that there could be an optional parameter
--tempte "Hello world"that will preinitialize the app in Maker Portal and grab the code at the same time, enabling a jumpstart to setting up your own codebase.