tsrun
v1.0.0
Published
Run Typescript files from the command line with no precompilation.
Downloads
5
Maintainers
Readme
tsrun
Run Typescript (*.ts
) files from the shell without having to pre-compile to Javascript. Useful for quickly writing command-line tools.
install
$ npm install -g tsrun
use
$ tsrun /foo/bar/xyzzy.ts
license
ISC
authors / contributors
- bryn austin bellomy ([email protected])