Easy way to rename Ionic project?

Hi everyone ! I’m new here. I wanted to know if an easy solution for renaming an ionic project exists.
Do you have some tips for renaming the app ?

Just edit config.xml in your main folder:

<name>Your Name</name>

No issue with the id attribute in config.xml ?

nope :wink: no at all. Hell I have to write 20 characters…

I thought so as the id is generated with the project name. Well, thank you :slight_smile: