Currently you have to go through sooo many sections to rename files, variables, and double-check various files to make sure that the package name is updated everywhere.
In the README we have an easy way to find everything
find -iname '*starter*'
git grep -i starter
But that is just showing where the problem is (and more) while not giving a solution to the problem of not having it easy to rename the package name whatsoever.