Showing posts with label refactor. Show all posts
Showing posts with label refactor. Show all posts
on Saturday, August 30, 2014


I have to do a very laborious task on a regular basis and am looking for a way to automate the process. I have to Clone 2 git repos, open in eclipse, add one repo as a dependency of the other,c hange package names, refactor, replace the res folder with another and build. I want to write a script or something that will automate the whole process. Is this possible? If so where do I start?