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): Clone a project #16

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

feat(project): Clone a project #16

acovaci opened this issue May 19, 2024 · 0 comments
Labels
! Important issue, should be prioritised feature A suggestion for a new feature. good first issue A good issue for first-time contributors. These issues are usually well-defined. planned Functionality that we want to implement. Only for use by the maintainers.
Milestone

Comments

@acovaci
Copy link
Owner

acovaci commented May 19, 2024

Implement a command to clone a project repository and

Create new issue to optionally set a name and IDE.

Command

plumb project clone <repo_url> --name <project_name> --ide <ide_name>

Given

  • Repository URL
  • Project name (optional)
  • IDE name (optional)

Outcome

  • Clone the project repository with the specified options

Notes

  • Validate the repository URL, project name, and IDE if provided
@acovaci acovaci added feature A suggestion for a new feature. good first issue A good issue for first-time contributors. These issues are usually well-defined. planned Functionality that we want to implement. Only for use by the maintainers. ! Important issue, should be prioritised labels May 19, 2024
@acovaci acovaci added this to the git-support milestone May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
! Important issue, should be prioritised feature A suggestion for a new feature. good first issue A good issue for first-time contributors. These issues are usually well-defined. planned Functionality that we want to implement. Only for use by the maintainers.
Projects
None yet
Development

No branches or pull requests

1 participant