@theia/java

v0.2.0-next.4109a317
Theia - Java Extension
theia-extension

lint

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

test

nyc mocha --opts ../mocha.opts "./src/**/*.spec.ts"

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 && yarn run test:clean

watch

tsc -w -p compile.tsconfig.json

compile

tsc -p compile.tsconfig.json

test:clean

rimraf .nyc_output && rimraf coverage

test:watch

mocha -w --opts ../mocha.opts "./src/**/*.spec.ts"

compile:clean

rimraf lib
npm i @theia/[email protected]

Metadata

Downloads

Maintainers