Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 607 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 607 Bytes

Purpose

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.

Installation

To install this project:

  1. Clone the project into your workspace.

    git clone [email protected]:brridder/Android-Scaffolding.git

  2. Add the bin directory to your path in your bash rc.

Usage

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.