minifier

Crates.iominifier
lib.rsminifier
version0.3.2
sourcesrc
created_at2017-04-16 11:59:28.84032
updated_at2024-11-10 15:12:27.694143
descriptionMinifier tool/lib for JS/CSS/JSON files
homepage
repositoryhttps://github.com/GuillaumeGomez/minifier-rs
max_upload_size
id10802
size334,809
Guillaume Gomez (GuillaumeGomez)

documentation

https://docs.rs/minifier-rs

README

minifier-rs

Minifier tool/lib for JS/CSS/JSON files.

This crate provides both a library and binary, depending on your needs.

Usage

To use the binary, just run like this:

> cargo run test.js

To use the library, add it into your Cargo.toml file like this:

[dependencies]
minifier = "0.2"

WARNING!!

Please be aware that this is still at a very early stage of development so you shouldn't rely on it too much!

Commit count: 250

cargo fmt