ToddThomson / Ts2Js

A simple, fast, extendable Typescript compiler supporting incremental and type checking builds.
Other
1 stars 0 forks source link

npm version Build Status

ts2js

A simple, fast, Typescript compiler supporting custom transforms, incremental and type checking builds.

Top Features

ts2js Wiki

Documentation can be found on the ts2js wiki.

How to install

npm install ts2js

Building ts2js

ts2js depends on NPM as a package manager and Gulp as a build tool. If you haven't already, you'll need to install both these tools in order to build ts2js.

Once Gulp is installed, you can build it with the following commands:

npm install
gulp build