Skip to content

zucchero-sintattico/typescript-gradle-plugin

Repository files navigation

Typescript Gradle Plugin

Gradle plugin to build typescript and produce .js file.

It makes the assumption that the typescript files are in src/main/typescript.

Usage

Just apply it to your project:

plugins {
    id("io.github.zucchero-sintattico.typescript-gradle-plugin") version "<latest version>"
}

At the moment there are the following tasks:

  • CheckNode: checks if node is installed
  • compileTypescript: compiles the typescript file