0.0.1 • Published 4 years ago

ts-lube v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

ts-lube

Known Vulnerabilities Renovate

Usage

ts-lube dist

Runs npx tsc --incremental --watch and runs node dist after the first compilation finishes and then restarts it whenever changes are detected (debouncing updates by 300ms).

ts-lube -y -d 500 dist/kittens.js

Runs yarn tsc --incremental --watch and runs node dist/kittens.js after the first compilation finishes and then restarts it whenever changes are detected (debouncing updates by 500ms).