Go to file
2018-12-06 00:46:26 +01:00
dist fix(core): update 2018-12-06 00:46:26 +01:00
scripts fix(core): update 2018-07-13 22:33:02 +02:00
test feat(core): initial 2018-06-04 23:25:19 +02:00
ts fix(core): update 2018-12-06 00:46:26 +01:00
.gitignore fix(core): fix caching issues 2018-07-01 11:32:08 +02:00
.gitlab-ci.yml fix(documentation): update 2018-07-13 23:14:45 +02:00
.snyk fix(security): add .snyk file 2018-06-25 10:29:48 +02:00
cli.js update tsrun 2018-06-30 19:20:36 +02:00
dependencies.yml feat(core): initial 2018-06-04 23:25:19 +02:00
LICENSE fix(ts-node): patch error 2018-07-01 17:30:05 +02:00
npmextra.json fix(CI): remove obsolete build dependencies 2018-08-08 22:36:16 +02:00
package-lock.json 1.1.17 2018-12-06 00:46:26 +01:00
package.json 1.1.17 2018-12-06 00:46:26 +01:00
readme.md fix(core): update 2018-12-06 00:26:17 +01:00
tslint.json feat(core): initial 2018-06-04 23:25:19 +02:00

tsrun

run typescript programs efficiently

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month bitHound Dependencies bitHound Code Known Vulnerabilities TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

To simply run a TypeScript file on the fly type

tsrun myfiletorun.ts

There are two options available:

  • --nocache will disable any caching. Caching speeds up execution, but causes problems in read only environments (e.g. sometimes docker containers are readonly)
  • --web will inject browser types. this is useful when testing code with polyfills on node, but that is meant for the browser later on.

For further information read the linked docs at the top of this README.

licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer