Crates.io | mrml-cli |
lib.rs | mrml-cli |
version | 1.6.1 |
source | src |
created_at | 2020-10-11 10:45:32.301485 |
updated_at | 2024-07-03 18:29:36.244841 |
description | CLI for the Rust implementation of MJML renderer |
homepage | |
repository | |
max_upload_size | |
id | 298307 |
size | 76,940 |
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.