tsminifier
v4.1.0-dev.1
Published
Typescript minifier providing identifier mangling and whitespace removal.
Downloads
33
Maintainers
Readme
TsMinifier
TsMinifier is a Typescript minifier providing identifier mangling and whitespace removal.
Top Features
- Minifies Typescript files directly.
- Transform plugin for ts2js compiler.
TsMinifier Wiki
Documentation can be found on the TsMinifier wiki.
How to install
npm install tsminifier
Building TsMinifier
TsMinifier depends on NPM as a package manager and Gulp as a build tool. If you haven't already, you'll need to install both these tools in order to build TsMinifier.
Once Gulp is installed, you can build it with the following commands:
npm install
gulp build