Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 696 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 696 Bytes

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.