Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1020 Bytes

File metadata and controls

42 lines (28 loc) · 1020 Bytes

Android Boilerplate template using Cookiecutter

A cookiecutter 🍪 template for bootstrapping new Android projects

Usage

Step 1

Install cookiecutter (via homebrew on mac/linux):

brew install cookiecutter

Step 2

Assuming you have git installed, there are two ways you can setup/configure the Android App (Choose one):

  1. Directly via cookiecutter.

    Simply execute the below one-liner command in your terminal.

    cookiecutter gh:nthreads/cookiecutter-android-template
    
  2. Via cloning this repository

    • using https

      git clone https://github.com/nthreads/cookiecutter-android-template
    • using ssh

      git clone git@github.com:nthreads/cookiecutter-android-template

    When done, run cookiecutter tool by passing in the template directory as an argument:

    cookiecutter cookiecutter-android-template/