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
- Host: GitHub
- URL: https://github.com/sapics/web-minify
- Owner: sapics
- Created: 2018-08-14T00:12:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T00:14:01.000Z (almost 7 years ago)
- Last Synced: 2025-02-19T12:53:30.429Z (3 months ago)
- Language: HTML
- Size: 3.63 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```