Go to file
2019-03-02 23:03:06 +01:00
dist feat(dependencies and cache): remove caching 2019-03-02 22:38:01 +01:00
test feat(core): initial 2018-06-04 23:25:19 +02:00
ts fix(readme): update 2019-03-02 23:03:05 +01:00
.gitignore fix(core): fix caching issues 2018-07-01 11:32:08 +02:00
.gitlab-ci.yml fix(readme): update 2019-03-02 23:03:05 +01: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(readme): update 2019-03-02 23:03:05 +01:00
package-lock.json 1.2.1 2019-03-02 23:03:06 +01:00
package.json 1.2.1 2019-03-02 23:03:06 +01:00
readme.md fix(readme): update 2019-03-02 23:03:05 +01:00
tslint.json fix(readme): update 2019-03-02 23:03:05 +01:00

@gitzone/tsrun

run typescript programs efficiently

Status for master

build status coverage report npm downloads per month 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 options available:

  • --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.

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

repo-footer