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.6.0


Group ID:
com.scalatsi
Artifact ID:
scala-tsi_2.13
Version:
0.6.0
Release Date:
Jan 5, 2022
Licenses:
MIT
Files:

libraryDependencies += "com.scalatsi" %% "scala-tsi" % "0.6.0"

Mill build tool

ivy"com.scalatsi::scala-tsi:0.6.0"

Scala CLI

//> using dep "com.scalatsi::scala-tsi:0.6.0"

Ammonite REPL

import $ivy.`com.scalatsi::scala-tsi:0.6.0`

<dependency>
  <groupId>com.scalatsi</groupId>
  <artifactId>scala-tsi_2.13</artifactId>
  <version>0.6.0</version>
</dependency>

compile group: 'com.scalatsi', name: 'scala-tsi_2.13', version: '0.6.0'