tsmake

1.0.9 • Public • Published

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 :

{
    "target_name": {
        "targets": [
            "file.ts",
            "file2.ts"
        ],
        "out": "common_file.js"
    }
}

Build :

tsmake target_name
#or 
tsmake all

Author's contacts :

E-Mail : alexandrleutin@gmail.com or issues on github.

Package Sidebar

Install

npm i tsmake

Weekly Downloads

1

Version

1.0.9

License

GPLv2

Last publish

Collaborators

  • wikke