Skip to content

nchgroup/cminifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages