quickoptimize2
v1.0.4
Published
A tool to download and optimize CSS and JS files from a specified website.
Downloads
122
Readme
QuickOptimize
QuickOptimize is a tool designed to download and optimize CSS and JS files from a specified website. It uses various libraries to minimize the size of these files, helping to improve website performance.
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
- Clone the repository:
git clone https://github.com/h-kod/QuickOptimize.git
- Navigate to the project directory:
cd QuickOptimize
- Install the dependencies:
npm install
Usage
To start the optimization process, run the following command:
node index.js --website <website_url> --css=<true|false> --js=<true|false>
node index.js --website https://www.lipsum.com --css=true --js=true
Replace <website_url>
with the URL of the website you want to optimize, and set --css
and --js
to true
or false
depending on whether you want to optimize CSS and/or JS files.
Dependencies
License
This project is licensed under the ISC License.