node4ts
v1.1.1
Published
Node.js Typescript Compiler
Downloads
3
Maintainers
Readme
NODE4TS
A Typescript runtime build in Node.js!
Installation
npm install -g node4ts
Usage
node4ts <your file> // node4ts test.ts
node4ts C:\node4ts\is\the\best\test.ts
Examples
Let's assume u have your extra powerful hello world program.
helloWorld.ts
With insane "Hello World!" code inside
console.log("Hello World!")
How to run
node4ts helloWorld
OUTPUT
Hello World!