Skip to content

Loading from Command Line

Steve4448 edited this page Oct 19, 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 node.js.

Clone this wiki locally