[Feature request] pac code init --template [template-name] #260
jan-chlebek
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.Beta Was this translation helpful? Give feedback.
All reactions