uglifyts

0.0.1 • Public • Published

npm version

Introduction

UglifyTS is a source code obfuscation tool for TypeScript. It accepts TypeScript source files, and generates the functionally equivalent source files which are much harder to understand or reverse-engineer. This tool is usually used for source code protection.

Installing

First make sure you have installed the latest version of node.js (You may need to restart your computer after this step).

For use as a command line app:

npm install -g uglifyts

For programmatic use:

npm install uglifyts

Usage

uglifyts [input files] [options]

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i uglifyts

    Homepage

    www.idom.me/

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • domchen