@theia/java

v0.1.0-testnext.6d1d3b7f
Theia - Java Extension

lint

tslint -c ../tslint.json --project compile.tsconfig.json

build

concurrently -n download,compile,lint -c red,blue,green "gulp download_java_server" "yarn run compile" "yarn run lint"

clean

yarn run compile:clean

watch

tsc -w -p compile.tsconfig.json

compile

tsc -p compile.tsconfig.json

compile:clean

rimraf lib
npm i @theia/[email protected]

Metadata

Downloads

Maintainers