Skip to content

Its a simple tool to compile directly one typescript file for unix based systems

License

Notifications You must be signed in to change notification settings

muni106/typescript-fake-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-fake-compiler

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.

Prerequisites

You need to be in a UNIX based system and having installed:

  • nodejs
  • any c compiler, preferably gcc
  • typescript

Installation

I tried to make it super-easy to install:

cd "folder of the repository"
make
./tscf.exe

Usage

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"

About

Its a simple tool to compile directly one typescript file for unix based systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published