[go: up one dir, main page]

minifier 0.3.3

Minifier tool/lib for JS/CSS/JSON files
Documentation
1
2
3
4
5
6
7
// Take a look at the license at the top of the repository in the LICENSE file.

mod cli;

fn main() {
    cli::Cli::init();
}