https://github.com/codeabinash/mini
A simple CSS minifier CLI tool made with C++
https://github.com/codeabinash/mini
Last synced: 10 months ago
JSON representation
A simple CSS minifier CLI tool made with C++
- Host: GitHub
- URL: https://github.com/codeabinash/mini
- Owner: codeAbinash
- Created: 2023-03-21T09:57:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T08:53:44.000Z (over 2 years ago)
- Last Synced: 2025-04-17T16:03:11.505Z (10 months ago)
- Language: C++
- Size: 155 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini - The CSS Minifier
A simple tool for minifying CSS files.




## Installation
- Download it for 64bit windows x64 from [here](https://github.com/codeAbinash/mini/releases/download/v2.0.0/mini.exe).
- Or compile it yourself for your platform from source code.
```bash
$ 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
```bash
$ mini "inputFile.css" "outputFile.css"
```
```bash
$ mini "inputFile.css" -o "outputFile.css"
```
```bash
$ mini "inputFile.css"
```
> Output fie will be named `inputFile.min.css`