# uglify

> A simple tool to uglify javascript & css files

Latest version **0.1.5** (published 2015-06-04) · 0 weekly downloads

## Install

```sh
npm install uglify
pnpm add uglify
yarn add uglify
bun add uglify
```

Provides the command `uglify`.

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.5 |
| Published | 2015-06-04 |
| First published | 2014-11-14 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Known vulnerabilities | 0 (+6 in 3 direct dependencies) |
| Install scripts | no |
| Author | Tom.Huang |
| Maintainers | tom21joy |

## Links

- npm: https://www.npmjs.com/package/uglify
- Repository: https://github.com/nanjingboy/uglify
- Issues: https://github.com/nanjingboy/uglify/issues
- npm.io page: https://npm.io/package/uglify

## Dependencies (10)

- [grunt](https://npm.io/package/grunt.md) 0.4.5
- [commander](https://npm.io/package/commander.md) *
- [underscore](https://npm.io/package/underscore.md) 1.4.x
- [underscore.string](https://npm.io/package/underscore.string.md) 2.3.3
- [grunt-contrib-copy](https://npm.io/package/grunt-contrib-copy.md) 0.5.0
- [grunt-contrib-clean](https://npm.io/package/grunt-contrib-clean.md) 0.5.0
- [grunt-contrib-concat](https://npm.io/package/grunt-contrib-concat.md) 0.3.0
- [grunt-contrib-cssmin](https://npm.io/package/grunt-contrib-cssmin.md) 0.6.1
- [grunt-contrib-uglify](https://npm.io/package/grunt-contrib-uglify.md) 0.2.4
- [grunt-css-url-replace](https://npm.io/package/grunt-css-url-replace.md) *

## Recent versions

- 0.1.5 (latest) — 2015-06-04
- 0.1.3 — 2015-03-30
- 0.1.1 — 2014-12-08
- 0.1.0 — 2014-11-14

## README

# Uglify:

Uglify is a simple tool to uglify javascript & css files

## Installing:

```shell
 $ npm install -g uglify
```

## Usage:
```shell
  $ uglify -h

  Usage: uglify [options]

  Options:

    -h, --help            output usage information
    -V, --version         output the version number
    -s, --source <items>  source files
    -o, --output [value]  output file
    -c, --css             whether uglify css files
    -r, --root [value]    static root directory name, used to replace css urls with absolute path

  Examples:

    $ uglify -s ~/application.js,~/home.js -o ~/home.min.js
    $ uglify -s ~/application.css,~/home.css -o ~/home.min.css -c
    $ uglify -s ~/application.css,~/home.css -o ~/home.min.css -r public -c
```

## License:
MIT

---
_Source: https://npm.io/package/uglify · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
