Skip to content

Latest commit

 

History

History

cookiecutter-android-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Android Examples Bootstrapping Template

A cookiecutter 🍪 template for bootstrapping new Android Example projects for this repo!

Usage

Install cookiecutter (via homebrew on mac/linux):

brew install cookiecutter

Navigate to android-examples directory:

cd android-examples

Run cookiecutter tool by passing in the template directory as argument:

cookiecutter cookiecutter-android-example/

You'll be prompted for various configuration options - see cookiecutter.json for the full list.

To accept the configuration option you see in brackets, simply hit Enter

screenshot

Note: Make sure you have the dependencies.gradle file at the root of android-examples directory, since the template creates an android project that references that file for dependency versioning.