TSMake - build system for TypeScript.
License: GPLv2
Installation :
npm i tsmake -g
Usage :
Compile all targets :
tsmake all
Compile special target (for example 'test') :
tsmake test
Remove all compiled files (cleanup) :
tsmake clean#or tsmake cleanup#or tsmake cls
For compile your first project you should create TSMakefile.json
Example :
Build :
tsmake target_name#or tsmake all
Author's contacts :
E-Mail : alexandrleutin@gmail.com or issues on github.