Skip to content

AlfHub/st-js

 
 

Repository files navigation

Strongly-Typed Javascript (STJS)

Build Status

STJS is an open source (Apache 2.0 licensed) Javascript code generator from a Java source. It is built as a Maven plugin that can be executed after the compilation of your Java code.

Our full website can be found at http://st-js.org

Compiling the Project

ST-JS compiles with the traditional mvn install command, but it currently needs both Java 6 - that is the default JDK on the command line when you call the Maven command, but also Java 8 to compile the generator-plugin-java8 artifact. To achieve this, you need to to configure the environment variable JAVA8_HOME that points to the home of your JDK 8 home folder.

About

Main repository of Strongly-Typed Javascript - Java to Javascript transpiler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 62.7%
  • JavaScript 37.1%
  • HTML 0.2%