Skip to content

Loading from Command Line

ktaeyln edited this page Oct 22, 2014 · 3 revisions

You can load your TypeScript file from command-line with:

nodets index.ts

nodets accepts further arguments that will be passed to the script that's running and is meant to work on a similar basis as the node command that comes with nodejs.

Clone this wiki locally