waveguide

v1.0.0-11
An effect type for typescript/javascript
typescript promise future effect

clean

rimraf lib/ build/

build

tsc

test-build

tsc -p tsconfig.test.json

test

mocha --require ts-node/register --project tsconfig.test.json --recursive --watch-extensions ts,tsx test/*

test-watch

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

lint

eslint --ext .ts,.tsx src test examples benchmarks

lint-fix

eslint --fix --ext .ts,.tsx src test examples benchmarks

docs

docs-ts

prepublishOnly

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

Metadata

Downloads

Maintainers