A simple tool to compile directly one typescript file for unix based systems.
I apologize in advance if something does not work, in case let me know that I try to fix it as soon as possible.
You need to be in a UNIX based system and having installed:
- nodejs
- any c compiler, preferably gcc
- typescript
I tried to make it super-easy to install:
cd "folder of the repository"
make
./tscf.exe
After the installation you'll need just to use the command tsfc (TypeScriptFakeCompiler) followed by the file you want to run like the following example:
tsfc "your_file.ts"