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

feat(project): Create New Project with IDE #9

Open
acovaci opened this issue May 19, 2024 · 0 comments
Open

feat(project): Create New Project with IDE #9

acovaci opened this issue May 19, 2024 · 0 comments
Labels
feature A suggestion for a new feature. planned Functionality that we want to implement. Only for use by the maintainers.

Comments

@acovaci
Copy link
Owner

acovaci commented May 19, 2024

Extend the new project command to allow creating from a template and specifying an IDE.

Command

plumb project new <project_name> --template <template_name> --ide <ide_name>

Given

  • Project name
  • Template name (optional)
  • IDE name (optional)

Outcome

  • Create a new project with the specified template and IDE

Notes

  • Validate the template and IDE if provided
@acovaci acovaci changed the title feat(project): Create New Project feat(project): Create New Project with IDE May 19, 2024
@acovaci acovaci added this to the vscode-support milestone May 19, 2024
@acovaci acovaci added feature A suggestion for a new feature. planned Functionality that we want to implement. Only for use by the maintainers. labels May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A suggestion for a new feature. planned Functionality that we want to implement. Only for use by the maintainers.
Projects
None yet
Development

No branches or pull requests

1 participant