Rename the ionic app name [ionic-conference-app] to something else

Hi,

I have cloned the https://github.com/driftyco/ionic-conference-app conference app.

I have been working on it, and i want to rename the app from conference app to something else.

Is there an easy way to do this where all references of it will be replaced? If I search for ‘conference’ within the project there are over 1,000 instances.

Thanks

I’m doing something similar with an app I’m building

I just modified

  • config.xml
  • ionic.config.json
  • package.json

And replaced the conference app pages for ones I am creating. When I deploy the project on my iPhone 6 I get the correct name.

I hope this helps!

3 Likes