scala-tsi / scala-tsi   0.8.3

MIT License GitHub

Generate typescript interfaces from your scala classes

Scala versions: 3.x 2.13 2.12
sbt plugins: 1.0

scala-tsi 0.5.0


Group ID:
nl.codestar
Artifact ID:
scala-tsi_2.13
Version:
0.5.0
Release Date:
Mar 14, 2021
Licenses:
MIT
Files:

libraryDependencies += "nl.codestar" %% "scala-tsi" % "0.5.0"

Mill build tool

ivy"nl.codestar::scala-tsi:0.5.0"

Scala CLI

//> using dep "nl.codestar::scala-tsi:0.5.0"

Ammonite REPL

import $ivy.`nl.codestar::scala-tsi:0.5.0`

<dependency>
  <groupId>nl.codestar</groupId>
  <artifactId>scala-tsi_2.13</artifactId>
  <version>0.5.0</version>
</dependency>

compile group: 'nl.codestar', name: 'scala-tsi_2.13', version: '0.5.0'