Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 354 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 354 Bytes

cminifier

A simple C code minifier written in Go.

Help

Usage of ./cminifier:
  -f string
        Path to the input file (required).
  -o string
        Path to the output file. If not specified, output will be printed to the console.

Build

go build .

Inspiration

Original code in Python: https://github.com/Scylardor/cminify