Skip to content

aricheton/ktor-template

Repository files navigation

ktor-template

Setup

KLint

Idea

Project is using KLint + klint-gradle Gradle tasks:

# apply to project
./gradlew ktlintApplyToIdea
# apply to ide globally
./gradlew ktlintApplyToIdeaGlobally
# apply to git hooks
./gradlew addKtlintCheckGitPreCommitHook
./gradlew addKtlintFormatGitPreCommitHook

Usage

TODO

  • Create logging plugin
  • Create dagger plugin
  • Bootstrap Ktor
  • Dependency Injection?
  • Document
    • Gradle tasks
    • Project architecture (hexagonal)
    • Gradle plugins

About

My custom Ktor template - Hexagonal architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages