Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azd] Separate template fetch from init into its own command: generate (proposal) #371

Closed
robconery opened this issue Jan 18, 2022 · 1 comment

Comments

@robconery
Copy link

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.

@savannahostrowski savannahostrowski transferred this issue from another repository Jul 29, 2022
@danieljurek danieljurek transferred this issue from another repository Aug 4, 2022
@rajeshkamal5050 rajeshkamal5050 added this to the Backlog milestone Aug 24, 2022
@rajeshkamal5050
Copy link

@weikanglim is looking into #135 and #705. These will cover the above ask of generating/creating template skeletons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants