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

ng rename command #22877

Open
mgechev opened this issue Mar 22, 2022 · 1 comment
Open

ng rename command #22877

mgechev opened this issue Mar 22, 2022 · 1 comment
Labels
comp: angular/cli feature
Milestone

Comments

@mgechev
Copy link
Member

@mgechev mgechev commented Mar 22, 2022

🚀 Feature request

Command (mark with an x)

Create a new command called ng rename which renames a project.

Description

Renaming a project currently requires manually updating configuration and file names. This is error prone - can break our CLI workspace.

Describe the solution you'd like

To simplify the process, we can consider implementing an ng rename command:

ng rename [project-name] [new-project-name]

Describe alternatives you've considered

Documenting the approach is an alternative, but looks like folks are generally interested in an automated way to achieve this (see angular/angular#39909 (comment)).

@alan-agius4 alan-agius4 added feature comp: angular/cli labels Mar 22, 2022
@ngbot ngbot bot added this to the needsTriage milestone Mar 22, 2022
@alan-agius4 alan-agius4 added feature and removed feature votes required labels Apr 17, 2022
@steven-fernandez
Copy link

@steven-fernandez steven-fernandez commented Jun 14, 2022

That would be a great feature!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: angular/cli feature
Projects
None yet
Development

No branches or pull requests

5 participants
@mgechev @steven-fernandez @dgp1130 @alan-agius4 and others