Socket
Socket
Sign inDemoInstall

mjml-cli

Package Overview
Dependencies
Maintainers
6
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-cli

MJML: the only framework that makes responsive-email easy


Version published
Weekly downloads
496K
decreased by-20.42%
Maintainers
6
Weekly downloads
 
Created

What is mjml-cli?

The mjml-cli package is a command-line interface for MJML, a markup language designed to reduce the pain of coding responsive emails. It allows you to easily convert MJML files into responsive HTML emails.

What are mjml-cli's main functionalities?

Convert MJML to HTML

This command converts an MJML file (input.mjml) into an HTML file (output.html).

mjml input.mjml -o output.html

Watch Mode

This command watches the input MJML file for changes and automatically converts it to HTML whenever the file is modified.

mjml -w input.mjml -o output.html

Minify Output

This command converts an MJML file to a minified HTML file, reducing the file size for better performance.

mjml input.mjml -o output.html --config.minify true

Validate MJML

This command validates the MJML file for any syntax errors or warnings.

mjml -v input.mjml

Other packages similar to mjml-cli

FAQs

Package last updated on 10 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc