Open
Description
🚀 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)).