1.0.9 • Published 9 years ago

tsmake v1.0.9

Weekly downloads
3
License
GPLv2
Repository
github
Last release
9 years ago

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.

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.0

9 years ago