An open API service indexing awesome lists of open source software.

https://github.com/sapics/web-minify

Web minify tool which minifying html, css, js and images
https://github.com/sapics/web-minify

Last synced: 3 months ago
JSON representation

Web minify tool which minifying html, css, js and images

Awesome Lists containing this project

README

        

# web-minify

Speeding up your web sites by minifying html, css, javascript and images (jpeg, png, gif, svg).

## Installation

```
npm i -g web-minify
```

## Usage

If your site folder is in `C:\www\html`, you can minify your web site with the command-line.
```
web-minify C:\www\html
```
Then, minified site folder `C:\www\html-minified` is created.

### Options

```
-o, --output output directory
-q, --quiet no output in console
-h, --help output usage information
```