Skip to content
/ Minix Public

A simple Rust-based minifier for JavaScript and CSS that efficiently reduces file size by removing unnecessary characters, whitespace, and comments without affecting functionality.

License

Notifications You must be signed in to change notification settings

kremilly/Minix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minix

A straightforward minifier for JavaScript and CSS files, developed using Rust. This tool efficiently reduces the size of JS and CSS files by removing unnecessary characters, whitespace, and comments without affecting functionality. Utilizing Rust’s performance and safety features, it offers a fast and reliable solution for optimizing web assets, improving load times and overall website performance. Ideal for developers looking for a lightweight and effective way to minimize their codebase.

To Install using crates.io

cargo install minix

Basic example usage:

JS:

minix -i file.js -o file.min.js

# OR

minix -i js/*.js -o bundle.js

# OR 

minix -i js/*.js

CSS:

minix -i file.css -o file.min.css

# OR

minix -i css/*.css -o bundle.css

# OR 

minix -i css/*.css

About

A simple Rust-based minifier for JavaScript and CSS that efficiently reduces file size by removing unnecessary characters, whitespace, and comments without affecting functionality.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages