waveguide

v0.4.2
An effect type for typescript/javascript
typescript promise future effect

clean

rimraf lib/

build

tsc

test-build

tsc -p tsconfig.test.json

test

tsc -p tsconfig.test.json && mocha --recursive build/**/*.js

test-watch

nodemon -w src -w test -e .ts -x 'tsc -p tsconfig.test.json && mocha --recursive --reporter min build/**/*.js'

lint

tslint --project tsconfig.test.json

lint-fix

tslint --project tsconfig.test.json --fix

docs

docs-ts

prepublishOnly

npm run clean && npm run lint && npm run build && npm run test

Metadata

Downloads

Maintainers