Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 771 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 771 Bytes

KTS Compiler

License PRs Welcome

A lightweight utility for checking the syntax correctness of .kts (Kotlin Script) files without executing them. This tool is particularly useful for developers working with CI/CD written in Kotlin.

Features

  • Fast Syntax Checking: Quickly verifies the syntax of .kts files without execution.
  • Command-Line Interface (CLI): Easy-to-use CLI for integrating into your development workflow.
  • Continuous Integration Friendly: Ideal for use in CI/CD pipelines to ensure script quality.

Table of Contents

Installation

//TBD

Usage

//TBD