manvir1236/cli-minifier

Command Line Tool For Minify CSS, JS

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/manvir1236/cli-minifier

1.3 2019-01-22 06:01 UTC

This package is auto-updated.

Last update: 2025-11-29 02:30:28 UTC


README

Command Line Tool for Minify CSS, JS

Installation

composer global require manvir1236/cli-minifier

Usage

  • Navigate to directory where CSS, JS files are kept.
  • Run the following Command.
minify min filename.css
  • For multiple files
minify min file1.css,file2.css,file1.js,file2.js