Install locally with npm
You can install MJML on OSX, Linux and Windows using npm.
$ npm init -y && npm install mjml
$ ./node_modules/.bin/mjml index.mjml
Note for Windows users: you may need to replace regular slashes ( / ) with backslashes ( \ ) in all the paths of the above commands.