| Crates.io | mrml-cli |
| lib.rs | mrml-cli |
| version | 1.7.0 |
| created_at | 2020-10-11 10:45:32.301485+00 |
| updated_at | 2025-03-01 08:11:01.323879+00 |
| description | CLI for the Rust implementation of MJML renderer |
| homepage | |
| repository | https://github.com/jdrouet/mrml/ |
| max_upload_size | |
| id | 298307 |
| size | 82,432 |
This project is a reimplementation of the nice MJML markup language in Rust.
# installing mrml-cli
cargo install --locked mrml-cli
# using it
mrml-cli path/to/template.mjml validate
mrml-cli path/to/template.mjml render
mrml-cli path/to/template.mjml format-json --pretty
mrml-cli path/to/template.json format-mjml --pretty
# getting some help
mrml-cli --help
bash script/run-bench.sh.Feel free to read our contributing section and the code of conduct.
With the same Linux amd64 machine, to render the amario template
Thanks to zachzurn.