From cadc2cd629f8937fdd67b797fa3799d1b2a5056d Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 6 Dec 2018 00:26:17 +0100 Subject: [PATCH] fix(core): update --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index 43be3b5..3ea8606 100644 --- a/readme.md +++ b/readme.md @@ -25,6 +25,16 @@ run typescript programs efficiently Use TypeScript for best in class instellisense. +To simply run a TypeScript file on the fly type + +```typescript +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](https://lossless.gmbh)