This is a babel preset for marpat. This preset will allow you to use marpat with babel. Initial work done by for this preset done by Scott Robison. I have simply forked his camo preset and modified it to match the marpat repo and make it easier to find.
Testing to be added in the future.
$ npm install --save-dev babel-preset-marpat
.babelrc
{
"presets": ["marpat"]
}
$ babel script.js --presets marpat
require("babel-core").transform("code", {
presets: ["marpat"]
});