This project was started to fill in some of the gaps that the ADT plugin for eclipse has. The aim of this is to reduce the amount of grunt work required to add new activities and more to a project.
To install this project:
-
Clone the project into your workspace.
git clone [email protected]:brridder/Android-Scaffolding.git
-
Add the
bin
directory to your path in your bash rc.
Once added to the path, usage is:
android-generator <template> <class_name> [<layout_name>]
To see a list of available templates, run the script without any parameters.