Skip to content

nthreads/cookiecutter-android-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A cookiecutter template for bootstrapping new Android projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published