# Hamlrs-Cli [![](https://img.shields.io/crates/v/hamlrs-cli.svg?maxAge=25920)](https://crates.io/crates/hamlrs-cli) ![Travis CI Build Status](https://travis-ci.org/jhartwell/haml-rs.svg?branch=master) This is a CLI for Haml-rs on [Crates.io](https://crates.io/crates/hamlrs). The aim for this is to produce identical HTML to what the Ruby [Haml gem](https://rubygems.org/gems/haml) produces. ## Usage In order to install hamlrs you will need Cargo. Once cargo is installed you can do `cargo install hamlrs-cli` ### Stability This software is in its early stages and as such there may be issues with stability. If you find any bugs please don't hesitate to open an [issue](https://github.com/jhartwell/haml-rs/issues) on github or, if you want, you can reach out directly to me at jon@dontbreakthebuild.com ## License This project is licensed under the [MIT license](https://github.com/jhartwell/haml-rs/blob/master/LICENSE). ## Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Haml-rs by you, shall be licensed as MIT, without any additional terms or conditions. If you have any questions you can reach me via email at jon@dontbreakthebuild.com