Skip to content

ktlint.github.io

An anti-bikeshedding Kotlin linter with built-in formatter

Package Information

  • Domain: ktlintgithub.io
  • Name: ktlint.github.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install ktlint

Programs

This package provides the following executable programs:

  • ktlint

Aliases

This package can also be accessed using these aliases:

  • ktlint

Available Versions

Show all 10 versions
  • 1.6.0, 1.5.0, 1.4.1, 1.4.0, 1.3.1
  • 1.3.0, 1.2.1, 1.2.0, 1.1.1, 0.49.1

Latest Version: 1.6.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +ktlintgithub.io@1.6.0 -- $SHELL -i

Dependencies

This package depends on:

  • openjdk.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ktlintgithubio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.