cookiecutter-kotlin-gradle
cookiecutter template for Gradle-based Kotlin projects.
Installation
Before you generate your first Kotlin project, you'll want to install cookiecutter.
You can do this via pip:
pip install cookiecutter
This template has been tested against cookiecutter 1.3.0.
Usage
cookiecutter gh:thomaslee/cookiecutter-kotlin-gradle
You'll be prompted for various configuration options (see cookiecutter.json
for the full list).
See the cookiecutter documentation for full details.