ts-model


License

License

MIT
GroupId

GroupId

io.github.definiti
ArtifactId

ArtifactId

ts-model_2.12
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

ts-model
ts-model
Project URL

Project URL

https://definiti.github.io
Project Organization

Project Organization

io.github.definiti
Source Code Management

Source Code Management

https://github.com/definiti/definiti-ts-model

Download ts-model_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.definiti/ts-model_2.12/ -->
<dependency>
    <groupId>io.github.definiti</groupId>
    <artifactId>ts-model_2.12</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.definiti/ts-model_2.12/
implementation 'io.github.definiti:ts-model_2.12:0.2.0'
// https://jarcasting.com/artifacts/io.github.definiti/ts-model_2.12/
implementation ("io.github.definiti:ts-model_2.12:0.2.0")
'io.github.definiti:ts-model_2.12:jar:0.2.0'
<dependency org="io.github.definiti" name="ts-model_2.12" rev="0.2.0">
  <artifact name="ts-model_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.definiti', module='ts-model_2.12', version='0.2.0')
)
libraryDependencies += "io.github.definiti" % "ts-model_2.12" % "0.2.0"
[io.github.definiti/ts-model_2.12 "0.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4
io.github.definiti : core_2.12 jar 0.2.0
com.github.pathikrit : better-files_2.12 jar 3.4.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.4

Project Modules

There are no modules declared in this project.

Definiti - typescript model

This project is the generator of typescript model (interfaces and verifications) of the Definiti language. Its objective is to take the Definiti AST and convert into a typescript AST. It is a plugin of the Definiti language, used in definiti-core.

Status

Build Status

Getting start

If you want to use the language, please go to: https://definiti.github.io/ This project is the implementation of the typescript model generator, not the whole system.

Clone the repository:

$ git clone [email protected]:definiti/definiti-ts-model.git

Go into the project and launch sbt:

$ cd definiti-ts-model
$ sbt test

It will compile the project and run tests.

Roadmap and contribution

If you want to know the roadmap or contribute to the project, please see Issues and Projects.

If you want more information about the whole project, please go to the project website.

io.github.definiti

Versions

Version
0.2.0