Skip to content

codeAbinash/mini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini - The CSS Minifier

A simple tool for minifying CSS files.

Version Release Date Tag

Installation

  • Download it for 64bit windows x64 from here.

  • Or compile it yourself for your platform from source code.

    $ git clone "https://github.com/codeAbinash/mini.git"

    Open the project in your favorite IDE and compile it. For example, if you are using codeblocks then open the project file mini.cbp and compile it.

Add it to your path variable so that you can use it from anywhere.

How to use

$ mini "inputFile.css" "outputFile.css"
$ mini "inputFile.css" -o "outputFile.css"
$ mini "inputFile.css"

Output fie will be named inputFile.min.css

About

A simple CSS minifier CLI tool made with C++

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages