quickoptimize2
v1.0.7
Published
Website optimization tool for CSS and JS files
Downloads
14
Readme
QuickOptimize
A website optimization tool for CSS and JS files.
Features
- Download CSS and JS files from a specified website.
- Minimize the size of CSS and JS files.
- Log the size reduction of the files.
Installation
npm install -g quickoptimize
Usage
quickoptimize -w https://example.com --output ./optimized-site
Options
-w, --website
: Website URL to optimize (required)-o, --output
: Output directory path (default: ./output)--no-css
: Disable CSS optimization--no-js
: Disable JS optimization
Examples
# Optimize both CSS and JS
quickoptimize -w https://example.com -o ./my-site
# Optimize only CSS
quickoptimize -w https://example.com --no-js
# Optimize only JS
quickoptimize -w https://example.com --no-css
Dependencies
License
This project is licensed under the ISC License.