@theia/workspace

v0.2.0-next.f9650ac1
Theia - Workspace Extension
theia-extension

docs

typedoc --tsconfig compile.tsconfig.json --options ../typedoc.json

lint

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

test

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

build

concurrently -n compile,lint -c blue,green "yarn run compile" "yarn run lint"

clean

yarn run compile:clean && yarn run docs:clean && yarn run test:clean

watch

tsc -w -p compile.tsconfig.json

compile

tsc -p compile.tsconfig.json

docs:clean

rimraf docs/api

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