Is your feature request related to a problem? Please describe.
Starting with a blank project can be the hardest or most annoying part. Generating a boilerplate code based on best practices is what many would appreciate.
Describe the solution you'd like
Take 'dotnet new' as an analogy, with 'bicep new' it could take examples in 'docs/samples' as a repository and offer a choice of which template to use. All from CLI, without the need of going to GH (pulling the repo).
bicep new
Templates | Short Name | Tags (resource types involved)
A single VM | 1vm-2nics-2subnets-1vnet | VM, NIC, VNET
Is your feature request related to a problem? Please describe. Starting with a blank project can be the hardest or most annoying part. Generating a boilerplate code based on best practices is what many would appreciate.
Describe the solution you'd like Take 'dotnet new' as an analogy, with 'bicep new' it could take examples in 'docs/samples' as a repository and offer a choice of which template to use. All from CLI, without the need of going to GH (pulling the repo).
... And to build further on this,
one could search the default repo
one could use custom repo