waveguide

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

clean

rimraf lib/ build/

build

tsc

test-build

tsc -p tsconfig.test.json

test

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

test-watch

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

lint

eslint src --ext .ts,.tsx

lint-fix

eslint src --fix --ext .ts,.tsx

docs

docs-ts

prepublishOnly

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

Metadata

Downloads

Maintainers