mdklatt / cookiecutter-kotlin-lib

Cookiecutter template for a Kotlin library project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin Library Project Template

GitHub Actions status

This is a Cookiecutter template for creating a Kotlin library.

Project Features

The compact_dirs template parameter controls whether or not to use a compact Kotlin directory structure or a traditional Java structure that starts at the package root.

Usage

Install Python requirements for using the template:

$ python -m pip install --requirement=requirements-dev.txt

Create a new project directly from the template on GitHub:

$ cookiecutter gh:mdklatt/cookiecutter-idea-plugin

About

Cookiecutter template for a Kotlin library project.

License:MIT License


Languages

Language:Python 63.1%Language:Kotlin 30.4%Language:Makefile 6.5%