Crates.io | uglify-hs |
lib.rs | uglify-hs |
version | 0.1.0 |
source | src |
created_at | 2018-01-24 14:03:38.929323 |
updated_at | 2018-01-24 14:03:38.929323 |
description | A Haskell minifier to produce smaller source code files |
homepage | https://github.com/mgattozzi/uglify-hs |
repository | https://github.com/mgattozzi/uglify-hs |
max_upload_size | |
id | 48147 |
size | 20,981 |
A binary to minify Haskell source files!
You only need a stable version of the Rust compiler. Due to the use of the ?
operator only versions 1.15 and up of rustc
are supported.
Just call cargo install uglify-hs
then just use the command uhs
in a project
directory to have it all minified!
See CONTRIBUTING.md for more information.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.