You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the init command does two things: creates the azure directory with default settings as well as handling the template logic, which includes:
evaluating the passed in name
directory check (if empty)
fetching and unzipping
I propose we reduce the complexity of init and move the template logic to a new command: generate. This follows what other frameworks do (namely Rails and Express among others). With a dedicated generate command, we could build something more interactive and friendly, including showing the end user what's available for each language/template.
The text was updated successfully, but these errors were encountered:
Currently the
init
command does two things: creates theazure
directory with default settings as well as handling the template logic, which includes:I propose we reduce the complexity of
init
and move the template logic to a new command:generate
. This follows what other frameworks do (namely Rails and Express among others). With a dedicatedgenerate
command, we could build something more interactive and friendly, including showing the end user what's available for each language/template.The text was updated successfully, but these errors were encountered: