Skip to content

Files

Latest commit

Aug 27, 2022
9f0f260 · Aug 27, 2022

History

History

cookiecutter-android-example

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.