Support external samples repository like create-next-app. See: https://nextjs.org/blog/create-next-app
The idea would be we have a github repo salesforcedx-examples or something. Each example is in a folder example-1, example-2, etc. The user can then run the command:
sfdx force:project:create --template <name>
We could also make the example repo customizable so team's could create their own custom templates.
sfdx force:project:create --template <name> --repository https://github.com/myorg/templates
Support external samples repository like
create-next-app. See: https://nextjs.org/blog/create-next-appThe idea would be we have a github repo
salesforcedx-examplesor something. Each example is in a folderexample-1,example-2, etc. The user can then run the command:We could also make the example repo customizable so team's could create their own custom templates.