azd init -t [template]
to generate a folder by default, with name [template]
#4297
anfibiacreativa
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, when running
azd init -t [template]
, the code gets copied to the folder the devs are at. I am not sure how tools for other languages work, but both cloning a repo, or usingnpm init
(create@[tool]) generate a folder with project name.I propose the following
azd
general config, ability to set a --root flag when devs want the code copied to the same directory they're executing the command on, otherwise create a folder with name == template nameBeta Was this translation helpful? Give feedback.
All reactions