A cookiecutter 🍪 template for bootstrapping new Android projects
Install cookiecutter (via homebrew on mac/linux):
brew install cookiecutterAssuming you have git installed, there are two ways you can setup/configure the Android App (Choose one):
-
Directly via
cookiecutter.Simply execute the below one-liner command in your terminal.
cookiecutter gh:nthreads/cookiecutter-android-template -
Via cloning this repository
-
using
httpsgit clone https://github.com/nthreads/cookiecutter-android-template
-
using
sshgit clone git@github.com:nthreads/cookiecutter-android-template
When done, run
cookiecuttertool by passing in the template directory as an argument:cookiecutter cookiecutter-android-template/
-