quickoptimize2

1.0.7 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i quickoptimize2

Weekly Downloads

10

Version

1.0.7

License

ISC

Unpacked Size

9.34 kB

Total Files

7

Last publish

Collaborators

  • h-kod