Socket
Socket
Sign inDemoInstall

tsmake

Package Overview
Dependencies
3
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tsmake

tsmake is a typescript make. Created for autocompile Typescript code into JS.


Version published
Weekly downloads
5
decreased by-37.5%
Maintainers
1
Install size
3.47 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 28 Jun 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc