1.0.9 • Published 10 years ago

tsmake v1.0.9

Weekly downloads
3
License
GPLv2
Repository
github
Last release
10 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

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago