Skip to content

Instantly share code, notes, and snippets.

@narenmanoharan
Created January 22, 2020 21:09
Show Gist options
  • Save narenmanoharan/424c5bf152668db714dd649d84d100be to your computer and use it in GitHub Desktop.
Save narenmanoharan/424c5bf152668db714dd649d84d100be to your computer and use it in GitHub Desktop.
➜ wf-android git:(master) ./filemover.sh
Loading filemover...
File mover for wf-android
Please enter the module to move files to (e.g. :features:auth): :features:login
Please enter the module to move files from (e.g. :features:legacy): :features:legacy
Please enter the package(s) you wish to move, separated by commas: login
Beginning folder migration to /Users/narendrakumar/wealthfront/wf-android/features/login
Creating a new folder in /Users/naren/wealthfront/wf-android/features/login/src/main/java/com/wealthfront...
Moving class files to /Users/naren/wealthfront/wf-android/features/login/src/main/java/com/wealthfront/login
Moving resource files to
/Users/naren/wealthfront/wf-android/features/login/src/resources/java/com/wealthfront/login
Moving test files to
/Users/naren/wealthfront/wf-android/features/login/src/test/java/com/wealthfront/login
Moving successful!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment