swc4j
swc4j (SWC for Java) is an ultra-fast JavaScript and TypeScript compilation and bundling tool on JVM.
How to download and setup swc4j
Open terminal and run command
git clone https://github.com/caoccao/swc4j.git
git clone is used to create a copy or clone of swc4j repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with swc4j https://github.com/caoccao/swc4j/archive/master.zip
Or simply clone swc4j with SSH
[email protected]:caoccao/swc4j.git