

You need to just click Use this Template on the main page of Github Repositories (If the repository is marked as a template by the Repo Admin). 🧐 What is the Github repository template?Ĭreating a repository from a template helps you to generate a new repository with the same directory structure and files as an existing repository.

gitignore, etc.Īgain, this is always taking some 40-50 minutes to set up my new android project, so I decided to give Github Repo Templates a try. Before exploring Github repo templates, I was importing the core/base module in all new projects to set up my boilerplate code, after setting the core/base module, I'll go for setup the other required boilerplate like buildSrc module, Ktlint, Detekt, CI/CD.

Creating a new project from Android studio and setting up all the required boilerplate code like Base classes, utils classes, extensions (Kotlin) takes so much time.
