1.0.1 • Published 7 months ago

quickoptimize v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

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.