Update README.md

This commit is contained in:
Louis Grignon 2020-12-06 16:14:00 +01:00 committed by GitHub
parent 065b3c08a0
commit 6067a99250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# JSweet: a Java to JavaScript transpiler
[![PR Checks](https://github.com/cincheo/jsweet/workflows/PR%20Checks/badge.svg)](https://github.com/cincheo/jsweet/actions?query=workflow%3A%22PR+Checks%22)
[![Continuous integration build](https://github.com/cincheo/jsweet/workflows/Continuous%20integration%20build/badge.svg)](https://github.com/cincheo/jsweet/actions?query=workflow%3A%22Continuous+integration+build%22)
[ ![Download](https://api.bintray.com/packages/jsweet/maven/jsweet-transpiler/images/download.svg?version=3.0.0) ](https://bintray.com/jsweet/maven/jsweet-transpiler/3.0.0/link)
JSweet leverages TypeScript to write rich and responsive Web applications in Java through the use of JavaScript libraries and frameworks. With JSweet, Java programs are transpiled (source-to-source compiled) to TypeScript and JavaScript for being run in browsers, mobile Web views, or in Node.js.